VirtualBox

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

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

VMM/*/*.def: Added TMTimerSetRelative.

  • 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 20737 2009-06-20 20:57:15Z 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 TMTimerSetRelative
53 TMTimerSetMillies
54 TMTimerSetMicro
55 TMTimerSetNano
56 TMTimerStop
57 TRPMGCHandlerGeneric
58 TRPMGCHandlerInterupt
59 TRPMGCHandlerTrap08
60 TRPMGCHandlerTrap12
61 MMGCRamWriteNoTrapHandler
62 MMGCRamReadNoTrapHandler
63 VMMGetSvnRev
64 vmmGCLoggerFlush
65 vmmGCLoggerWrapper
66 vmmGCRelLoggerWrapper
67 vmmGCTestTrap0d_FaultEIP
68 vmmGCTestTrap0e_FaultEIP
69 vmmGCTestTrap3_FaultEIP
70 vmmGCTestTrap8_FaultEIP
71 VMSetError
72 VMSetErrorV
73 VMXGCStartVM64
74 SVMGCVMRun64
75 HWACCMSaveGuestFPU64
76 HWACCMSaveGuestDebug64
77 HWACCMTestSwitcher64
78
79 ; runtime
80 nocrt_memchr
81 nocrt_memcmp
82 nocrt_memcpy
83 memcpy=nocrt_memcpy ; not-os2
84 nocrt_memset
85 nocrt_strcpy
86 nocrt_strcmp
87 nocrt_strchr
88 AssertMsg1
89 AssertMsg2
90 RTAssertShouldPanic
91 RTTimeNanoTSLegacySync
92 RTTimeNanoTSLegacyAsync
93 RTTimeNanoTSLFenceSync
94 RTTimeNanoTSLFenceAsync
95 ASMMultU64ByU32DivByU32 ; not-os2
96
Note: See TracBrowser for help on using the repository browser.

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