VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMGC/VMMGC.def@ 11424

Last change on this file since 11424 was 10450, checked in by vboxsync, 16 years ago

Added VMMGetSvnRev() (exported) and changed VMMR0Init and VMMGCInit check the the revision is the same. (We've got private interface between ring-3 and ring-0 and GC, not to mention shared structures, so this check is really long overdue.)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1;; @file
2; VMM Guest Context DLL - Definition file.
3
4;
5; Copyright (C) 2006-2007 Sun Microsystems, Inc.
6;
7; This file is part of VirtualBox Open Source Edition (OSE), as
8; available from http://www.virtualbox.org. This file is free software;
9; you can redistribute it and/or modify it under the terms of the GNU
10; General Public License (GPL) as published by the Free Software
11; Foundation, in version 2 as it comes in the "COPYING" file of the
12; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14;
15; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
16; Clara, CA 95054 USA or visit http://www.sun.com if you need
17; additional information or have any questions.
18;
19
20LIBRARY VMMGC.gc
21EXPORTS
22 ; data
23
24 ; code
25 CPUMGCResumeGuest
26 CPUMGCResumeGuestV86
27 PDMCritSectEnter
28 PDMCritSectLeave
29 PDMQueueAlloc
30 PDMQueueFlush
31 PDMQueueInsert
32 PGMHandlerPhysicalPageTempOff
33 PGMShwModifyPage
34 RTLogDefaultInstance
35 RTLogRelDefaultInstance
36 RTTimeMilliTS
37 SELMGetHyperCS
38 TMTimerFromMilli
39 TMTimerFromMicro
40 TMTimerFromNano
41 TMTimerGet
42 TMTimerGetFreq
43 TMTimerIsActive
44 TMTimerSet
45 TMTimerSetMillies
46 TMTimerSetMicro
47 TMTimerSetNano
48 TMTimerStop
49 TRPMGCHandlerGeneric
50 TRPMGCHandlerInterupt
51 TRPMGCHandlerTrap08
52 TRPMGCHandlerTrap12
53 MMGCRamWriteNoTrapHandler
54 MMGCRamReadNoTrapHandler
55 VMMGetSvnRev
56 vmmGCLoggerFlush
57 vmmGCLoggerWrapper
58 vmmGCRelLoggerWrapper
59 vmmGCTestTrap0d_FaultEIP
60 vmmGCTestTrap0e_FaultEIP
61 vmmGCTestTrap3_FaultEIP
62 vmmGCTestTrap8_FaultEIP
63 VMSetError
64 VMSetErrorV
65
66 ; runtime
67 memset
68 memcpy
69 memchr
70 memcmp
71 AssertMsg1
72 AssertMsg2
73 RTAssertDoBreakpoint
74 RTTimeNanoTSLegacySync
75 RTTimeNanoTSLegacyAsync
76 RTTimeNanoTSLFenceSync
77 RTTimeNanoTSLFenceAsync
78 ASMMultU64ByU32DivByU32 ; not-os2
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette