VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMRC/VMMRC.def@ 50653

Last change on this file since 50653 was 45787, checked in by vboxsync, 11 years ago

build fix.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1; $Id: VMMRC.def 45787 2013-04-27 12:50:26Z vboxsync $
2;; @file
3; VMM Raw-mode Context DLL - Definition file.
4
5;
6; Copyright (C) 2006-2012 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 PDMQueueInsert
30 PGMHandlerPhysicalPageTempOff
31 PGMShwMakePageWritable
32 PGMPhysSimpleWriteGCPhys
33 PGMPhysSimpleReadGCPtr
34 PGMPhysSimpleWriteGCPtr
35 PGMPhysReadGCPtr
36 PGMPhysWriteGCPtr
37 PGMPhysSimpleDirtyWriteGCPtr
38 RTLogDefaultInstance
39 RTLogRelDefaultInstance
40 RTTimeMilliTS
41 RTTraceBufAddMsgF
42 RTTraceBufAddPos
43 RTTraceBufAddPosMsgF
44 SELMGetHyperCS
45 TMTimerFromMilli
46 TMTimerFromMicro
47 TMTimerFromNano
48 TMTimerGet
49 TMTimerGetFreq
50 TMTimerIsActive
51 TMTimerIsLockOwner
52 TMTimerLock
53 TMTimerSet
54 TMTimerSetRelative
55 TMTimerSetMillies
56 TMTimerSetMicro
57 TMTimerSetNano
58 TMTimerSetFrequencyHint
59 TMTimerStop
60 TMTimerUnlock
61 TRPMGCHandlerGeneric
62 TRPMGCHandlerInterupt
63 TRPMGCHandlerTrap08
64 TRPMGCHandlerTrap12
65 MMGCRamWriteNoTrapHandler
66 MMGCRamReadNoTrapHandler
67 VMMGetSvnRev
68 VMMRCProbeFire
69 vmmGCLoggerFlush
70 vmmGCLoggerWrapper
71 vmmGCRelLoggerWrapper
72 vmmGCTestTrap0d_FaultEIP
73 vmmGCTestTrap0e_FaultEIP
74 vmmGCTestTrap3_FaultEIP
75 vmmGCTestTrap8_FaultEIP
76 VMSetError
77 VMSetErrorV
78
79 ; runtime
80 nocrt_memchr
81 nocrt_memcmp
82 nocrt_memcpy
83 memcpy=nocrt_memcpy ; not-os2
84 nocrt_memmove
85 nocrt_memset
86 memset=nocrt_memset ; not-os2
87 nocrt_strcpy
88 nocrt_strcmp
89 nocrt_strchr
90 RTAssertMsg1Weak
91 RTAssertMsg2Weak
92 RTAssertShouldPanic
93 RTLogDefaultInstance
94 RTTimeNanoTSLegacySync
95 RTTimeNanoTSLegacyAsync
96 RTTimeNanoTSLFenceSync
97 RTTimeNanoTSLFenceAsync
98 RTTimeNanoTS
99 RTCrc32
100 ASMMultU64ByU32DivByU32 ; not-os2
101
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use