VirtualBox

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

Last change on this file since 20648 was 20571, checked in by vboxsync, 16 years ago

VMM: .def file headers

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1; $Id: VMMGC.def 20571 2009-06-14 21:28:30Z vboxsync $
2;; @file
3; VMM Raw-mode Context DLL - Definition file.
4
5;
6; Copyright (C) 2006-2009 Sun Microsystems, Inc.
7;
8; This file is part of VirtualBox Open Source Edition (OSE), as
9; available from http://www.virtualbox.org. This file is free software;
10; you can redistribute it and/or modify it under the terms of the GNU
11; General Public License (GPL) as published by the Free Software
12; Foundation, in version 2 as it comes in the "COPYING" file of the
13; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15;
16; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
17; Clara, CA 95054 USA or visit http://www.sun.com if you need
18; additional information or have any questions.
19;
20
21LIBRARY VMMGC.gc
22EXPORTS
23 ; data
24
25 ; code
26 CPUMGCResumeGuest
27 CPUMGCResumeGuestV86
28 PDMCritSectEnter
29 PDMCritSectLeave
30 PDMQueueAlloc
31 PDMQueueFlush
32 PDMQueueInsert
33 PGMHandlerPhysicalPageTempOff
34 PGMShwModifyPage
35 PGMPhysSimpleWriteGCPhys
36 PGMPhysSimpleReadGCPtr
37 PGMPhysSimpleWriteGCPtr
38 PGMPhysReadGCPtr
39 PGMPhysWriteGCPtr
40 PGMPhysSimpleDirtyWriteGCPtr
41 RTLogDefaultInstance
42 RTLogRelDefaultInstance
43 RTTimeMilliTS
44 SELMGetHyperCS
45 TMTimerFromMilli
46 TMTimerFromMicro
47 TMTimerFromNano
48 TMTimerGet
49 TMTimerGetFreq
50 TMTimerIsActive
51 TMTimerSet
52 TMTimerSetMillies
53 TMTimerSetMicro
54 TMTimerSetNano
55 TMTimerStop
56 TRPMGCHandlerGeneric
57 TRPMGCHandlerInterupt
58 TRPMGCHandlerTrap08
59 TRPMGCHandlerTrap12
60 MMGCRamWriteNoTrapHandler
61 MMGCRamReadNoTrapHandler
62 VMMGetSvnRev
63 vmmGCLoggerFlush
64 vmmGCLoggerWrapper
65 vmmGCRelLoggerWrapper
66 vmmGCTestTrap0d_FaultEIP
67 vmmGCTestTrap0e_FaultEIP
68 vmmGCTestTrap3_FaultEIP
69 vmmGCTestTrap8_FaultEIP
70 VMSetError
71 VMSetErrorV
72 VMXGCStartVM64
73 SVMGCVMRun64
74 HWACCMSaveGuestFPU64
75 HWACCMSaveGuestDebug64
76 HWACCMTestSwitcher64
77
78 ; runtime
79 nocrt_memchr
80 nocrt_memcmp
81 nocrt_memcpy
82 memcpy=nocrt_memcpy ; not-os2
83 nocrt_memset
84 nocrt_strcpy
85 nocrt_strcmp
86 nocrt_strchr
87 AssertMsg1
88 AssertMsg2
89 RTAssertShouldPanic
90 RTTimeNanoTSLegacySync
91 RTTimeNanoTSLegacyAsync
92 RTTimeNanoTSLFenceSync
93 RTTimeNanoTSLFenceAsync
94 ASMMultU64ByU32DivByU32 ; not-os2
95
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