Last change
on this file since 18617 was 14899, checked in by vboxsync, 16 years ago |
Wrote testcase for the new switcher.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
2.2 KB
|
Line | |
---|
1 | ;; @file
|
---|
2 | ; VMM Raw-mode 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 |
|
---|
20 | LIBRARY VMMGC.gc
|
---|
21 | EXPORTS
|
---|
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 | VMXGCStartVM64
|
---|
66 | SVMGCVMRun64
|
---|
67 | HWACCMSaveGuestFPU64
|
---|
68 | HWACCMSaveGuestDebug64
|
---|
69 | HWACCMTestSwitcher64
|
---|
70 |
|
---|
71 | ; runtime
|
---|
72 | nocrt_memchr
|
---|
73 | nocrt_memcmp
|
---|
74 | nocrt_memcpy
|
---|
75 | memcpy=nocrt_memcpy ; not-os2
|
---|
76 | nocrt_memset
|
---|
77 | nocrt_strcpy
|
---|
78 | nocrt_strcmp
|
---|
79 | nocrt_strchr
|
---|
80 | AssertMsg1
|
---|
81 | AssertMsg2
|
---|
82 | RTAssertShouldPanic
|
---|
83 | RTTimeNanoTSLegacySync
|
---|
84 | RTTimeNanoTSLegacyAsync
|
---|
85 | RTTimeNanoTSLFenceSync
|
---|
86 | RTTimeNanoTSLFenceAsync
|
---|
87 | ASMMultU64ByU32DivByU32 ; not-os2
|
---|
88 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.