VirtualBox

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

Last change on this file since 29655 was 28800, checked in by vboxsync, 15 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • 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 28800 2010-04-27 08:22:32Z vboxsync $
2;; @file
3; VMM Raw-mode Context DLL - Definition file.
4
5;
6; Copyright (C) 2006-2009 Oracle Corporation
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
17LIBRARY VMMGC.gc
18EXPORTS
19 ; data
20
21 ; code
22 CPUMGCResumeGuest
23 CPUMGCResumeGuestV86
24 PDMCritSectEnter
25 PDMCritSectEnterDebug
26 PDMCritSectLeave
27 PDMCritSectIsOwner
28 PDMQueueAlloc
29 PDMQueueFlush
30 PDMQueueInsert
31 PGMHandlerPhysicalPageTempOff
32 PGMShwModifyPage
33 PGMPhysSimpleWriteGCPhys
34 PGMPhysSimpleReadGCPtr
35 PGMPhysSimpleWriteGCPtr
36 PGMPhysReadGCPtr
37 PGMPhysWriteGCPtr
38 PGMPhysSimpleDirtyWriteGCPtr
39 RTLogDefaultInstance
40 RTLogRelDefaultInstance
41 RTTimeMilliTS
42 SELMGetHyperCS
43 TMTimerFromMilli
44 TMTimerFromMicro
45 TMTimerFromNano
46 TMTimerGet
47 TMTimerGetFreq
48 TMTimerIsActive
49 TMTimerSet
50 TMTimerSetRelative
51 TMTimerSetMillies
52 TMTimerSetMicro
53 TMTimerSetNano
54 TMTimerStop
55 TRPMGCHandlerGeneric
56 TRPMGCHandlerInterupt
57 TRPMGCHandlerTrap08
58 TRPMGCHandlerTrap12
59 MMGCRamWriteNoTrapHandler
60 MMGCRamReadNoTrapHandler
61 VMMGetSvnRev
62 vmmGCLoggerFlush
63 vmmGCLoggerWrapper
64 vmmGCRelLoggerWrapper
65 vmmGCTestTrap0d_FaultEIP
66 vmmGCTestTrap0e_FaultEIP
67 vmmGCTestTrap3_FaultEIP
68 vmmGCTestTrap8_FaultEIP
69 VMSetError
70 VMSetErrorV
71 VMXGCStartVM64
72 SVMGCVMRun64
73 HWACCMSaveGuestFPU64
74 HWACCMSaveGuestDebug64
75 HWACCMTestSwitcher64
76
77 ; runtime
78 nocrt_memchr
79 nocrt_memcmp
80 nocrt_memcpy
81 memcpy=nocrt_memcpy ; not-os2
82 nocrt_memset
83 memset=nocrt_memset ; not-os2
84 nocrt_strcpy
85 nocrt_strcmp
86 nocrt_strchr
87 RTAssertMsg1Weak
88 RTAssertMsg2Weak
89 RTAssertShouldPanic
90 RTTimeNanoTSLegacySync
91 RTTimeNanoTSLegacyAsync
92 RTTimeNanoTSLFenceSync
93 RTTimeNanoTSLFenceAsync
94 RTCrc32
95 ASMMultU64ByU32DivByU32 ; not-os2
96
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