VirtualBox

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

Last change on this file since 42186 was 41147, checked in by vboxsync, 12 years ago

SUPDrv,VMM: Tracepoints in raw-mode.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.5 KB
Line 
1; $Id: VMMRC.def 41147 2012-05-03 20:15:27Z 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 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 VMXGCStartVM64
79 SVMGCVMRun64
80 HWACCMSaveGuestFPU64
81 HWACCMSaveGuestDebug64
82 HWACCMTestSwitcher64
83
84 ; runtime
85 nocrt_memchr
86 nocrt_memcmp
87 nocrt_memcpy
88 memcpy=nocrt_memcpy ; not-os2
89 nocrt_memmove
90 nocrt_memset
91 memset=nocrt_memset ; not-os2
92 nocrt_strcpy
93 nocrt_strcmp
94 nocrt_strchr
95 RTAssertMsg1Weak
96 RTAssertMsg2Weak
97 RTAssertShouldPanic
98 RTLogDefaultInstance
99 RTTimeNanoTSLegacySync
100 RTTimeNanoTSLegacyAsync
101 RTTimeNanoTSLFenceSync
102 RTTimeNanoTSLFenceAsync
103 RTTimeNanoTS
104 RTCrc32
105 ASMMultU64ByU32DivByU32 ; not-os2
106
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