1 | ; $Id: SUPR0.def 32579 2010-09-16 18:18:54Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; VirtualBox Support Driver - Exports.
|
---|
4 | ;
|
---|
5 |
|
---|
6 | ;
|
---|
7 | ; Copyright (C) 2006-2009 Oracle Corporation
|
---|
8 | ;
|
---|
9 | ; This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | ; available from http://www.virtualbox.org. This file is free software;
|
---|
11 | ; you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | ; General Public License (GPL) as published by the Free Software
|
---|
13 | ; Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | ;
|
---|
17 | ; The contents of this file may alternatively be used under the terms
|
---|
18 | ; of the Common Development and Distribution License Version 1.0
|
---|
19 | ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the
|
---|
20 | ; VirtualBox OSE distribution, in which case the provisions of the
|
---|
21 | ; CDDL are applicable instead of those of the GPL.
|
---|
22 | ;
|
---|
23 | ; You may elect to license modified versions of this file under the
|
---|
24 | ; terms and conditions of either the GPL or the CDDL or both.
|
---|
25 | ;
|
---|
26 |
|
---|
27 | LIBRARY VBoxDrv.sys
|
---|
28 |
|
---|
29 | EXPORTS
|
---|
30 | SUPR0AbsIs64bit
|
---|
31 | SUPR0Abs64bitKernelCS
|
---|
32 | SUPR0Abs64bitKernelSS
|
---|
33 | SUPR0Abs64bitKernelDS
|
---|
34 | SUPR0ComponentRegisterFactory
|
---|
35 | SUPR0ComponentDeregisterFactory
|
---|
36 | SUPR0ComponentQueryFactory
|
---|
37 | SUPR0ObjRegister
|
---|
38 | SUPR0ObjAddRef
|
---|
39 | SUPR0ObjAddRefEx
|
---|
40 | SUPR0ObjRelease
|
---|
41 | SUPR0ObjVerifyAccess
|
---|
42 | SUPR0LockMem
|
---|
43 | SUPR0UnlockMem
|
---|
44 | SUPR0ContAlloc
|
---|
45 | SUPR0ContFree
|
---|
46 | SUPR0LowAlloc
|
---|
47 | SUPR0LowFree
|
---|
48 | SUPR0MemAlloc
|
---|
49 | SUPR0MemGetPhys
|
---|
50 | SUPR0MemFree
|
---|
51 | SUPR0Printf
|
---|
52 | SUPR0QueryVTxSupport
|
---|
53 | SUPSemEventCreate
|
---|
54 | SUPSemEventClose
|
---|
55 | SUPSemEventSignal
|
---|
56 | SUPSemEventWait
|
---|
57 | SUPSemEventWaitNoResume
|
---|
58 | SUPSemEventMultiCreate
|
---|
59 | SUPSemEventMultiClose
|
---|
60 | SUPSemEventMultiSignal
|
---|
61 | SUPSemEventMultiReset
|
---|
62 | SUPSemEventMultiWait
|
---|
63 | SUPSemEventMultiWaitNoResume
|
---|
64 | SUPR0GetPagingMode
|
---|
65 | SUPR0EnableVTx
|
---|
66 | SUPGetGIP
|
---|
67 | RTMemAllocTag
|
---|
68 | RTMemAllocZTag
|
---|
69 | RTMemFree
|
---|
70 | RTMemReallocTag
|
---|
71 | RTR0MemObjAllocLowTag
|
---|
72 | RTR0MemObjAllocPageTag
|
---|
73 | RTR0MemObjAllocPhysTag
|
---|
74 | RTR0MemObjAllocPhysExTag
|
---|
75 | RTR0MemObjAllocPhysNCTag
|
---|
76 | RTR0MemObjAllocContTag
|
---|
77 | RTR0MemObjLockUserTag
|
---|
78 | RTR0MemObjMapKernelTag
|
---|
79 | RTR0MemObjMapUserTag
|
---|
80 | RTR0MemObjAddress
|
---|
81 | RTR0MemObjAddressR3
|
---|
82 | RTR0MemObjSize
|
---|
83 | RTR0MemObjIsMapping
|
---|
84 | RTR0MemObjGetPagePhysAddr
|
---|
85 | RTR0MemObjFree
|
---|
86 | RTR0MemUserCopyFrom
|
---|
87 | RTR0MemUserCopyTo
|
---|
88 | RTR0MemUserIsValidAddr
|
---|
89 | RTR0MemKernelIsValidAddr
|
---|
90 | RTR0MemAreKrnlAndUsrDifferent
|
---|
91 | RTProcSelf
|
---|
92 | RTSemMutexCreate
|
---|
93 | RTSemMutexRequest
|
---|
94 | RTSemMutexRequestDebug
|
---|
95 | RTSemMutexRequestNoResume
|
---|
96 | RTSemMutexRequestNoResumeDebug
|
---|
97 | RTSemMutexRelease
|
---|
98 | RTSemMutexDestroy
|
---|
99 | RTSemEventCreate
|
---|
100 | RTSemEventSignal
|
---|
101 | RTSemEventWait
|
---|
102 | RTSemEventWaitNoResume
|
---|
103 | RTSemEventDestroy
|
---|
104 | RTSemEventMultiCreate
|
---|
105 | RTSemEventMultiSignal
|
---|
106 | RTSemEventMultiReset
|
---|
107 | RTSemEventMultiWait
|
---|
108 | RTSemEventMultiWaitNoResume
|
---|
109 | RTSemEventMultiDestroy
|
---|
110 | RTSemFastMutexCreate
|
---|
111 | RTSemFastMutexDestroy
|
---|
112 | RTSemFastMutexRequest
|
---|
113 | RTSemFastMutexRelease
|
---|
114 | RTSpinlockCreate
|
---|
115 | RTSpinlockDestroy
|
---|
116 | RTSpinlockAcquire
|
---|
117 | RTSpinlockRelease
|
---|
118 | RTSpinlockAcquireNoInts
|
---|
119 | RTSpinlockReleaseNoInts
|
---|
120 | RTTimeNanoTS
|
---|
121 | RTTimeMilliTS
|
---|
122 | RTTimeSystemNanoTS
|
---|
123 | RTTimeSystemMilliTS
|
---|
124 | RTThreadSelf
|
---|
125 | RTThreadNativeSelf
|
---|
126 | RTThreadSleep
|
---|
127 | RTThreadYield
|
---|
128 | RTThreadPreemptIsEnabled
|
---|
129 | RTThreadPreemptIsPending
|
---|
130 | RTThreadPreemptIsPendingTrusty
|
---|
131 | RTThreadPreemptDisable
|
---|
132 | RTThreadPreemptRestore
|
---|
133 | RTThreadPreemptPossible
|
---|
134 | RTThreadIsInInterrupt
|
---|
135 | RTTimerCreate
|
---|
136 | RTTimerCreateEx
|
---|
137 | RTTimerDestroy
|
---|
138 | RTTimerStart
|
---|
139 | RTTimerStop
|
---|
140 | RTTimerChangeInterval
|
---|
141 | RTTimerGetSystemGranularity
|
---|
142 | RTTimerRequestSystemGranularity
|
---|
143 | RTTimerReleaseSystemGranularity
|
---|
144 | RTTimerCanDoHighResolution
|
---|
145 | RTMpCpuId
|
---|
146 | RTMpCpuIdFromSetIndex
|
---|
147 | RTMpCpuIdToSetIndex
|
---|
148 | RTMpGetArraySize
|
---|
149 | RTMpIsCpuPossible
|
---|
150 | RTMpGetCount
|
---|
151 | RTMpGetMaxCpuId
|
---|
152 | RTMpGetOnlineCount
|
---|
153 | RTMpGetOnlineSet
|
---|
154 | RTMpGetSet
|
---|
155 | RTMpIsCpuOnline
|
---|
156 | RTMpIsCpuWorkPending
|
---|
157 | RTMpOnAll
|
---|
158 | RTMpOnOthers
|
---|
159 | RTMpOnSpecific
|
---|
160 | RTMpPokeCpu
|
---|
161 | RTPowerNotificationRegister
|
---|
162 | RTPowerNotificationDeregister
|
---|
163 | RTLogDefaultInstance
|
---|
164 | RTLogRelDefaultInstance
|
---|
165 | RTLogSetDefaultInstanceThread
|
---|
166 | RTLogLoggerExV
|
---|
167 | RTLogPrintfV
|
---|
168 | RTAssertMsg1
|
---|
169 | RTAssertMsg2V
|
---|
170 | RTAssertSetQuiet
|
---|
171 | RTAssertMayPanic
|
---|
172 | RTAssertSetMayPanic
|
---|
173 | RTAssertAreQuiet
|
---|
174 |
|
---|
175 | RTNetIPv4AddDataChecksum
|
---|
176 | RTNetIPv4AddTCPChecksum
|
---|
177 | RTNetIPv4AddUDPChecksum
|
---|
178 | RTNetIPv4FinalizeChecksum
|
---|
179 | RTNetIPv4HdrChecksum
|
---|
180 | RTNetIPv4IsDHCPValid
|
---|
181 | RTNetIPv4IsHdrValid
|
---|
182 | RTNetIPv4IsTCPSizeValid
|
---|
183 | RTNetIPv4IsTCPValid
|
---|
184 | RTNetIPv4IsUDPSizeValid
|
---|
185 | RTNetIPv4IsUDPValid
|
---|
186 | RTNetIPv4PseudoChecksum
|
---|
187 | RTNetIPv4PseudoChecksumBits
|
---|
188 | RTNetIPv4TCPChecksum
|
---|
189 | RTNetIPv4UDPChecksum
|
---|
190 | RTNetIPv6PseudoChecksum
|
---|
191 | RTNetIPv6PseudoChecksumBits
|
---|
192 | RTNetIPv6PseudoChecksumEx
|
---|
193 | RTNetTCPChecksum
|
---|
194 | RTNetUDPChecksum
|
---|
195 | RTStrFormat
|
---|
196 | RTStrFormatNumber
|
---|
197 | RTStrFormatTypeDeregister
|
---|
198 | RTStrFormatTypeRegister
|
---|
199 | RTStrFormatTypeSetUser
|
---|
200 | RTStrFormatV
|
---|
201 | RTStrPrintf
|
---|
202 | RTStrPrintfEx
|
---|
203 | RTStrPrintfExV
|
---|
204 | RTStrPrintfV
|
---|
205 |
|
---|
206 | RTCrc32
|
---|
207 | RTCrc32Finish
|
---|
208 | RTCrc32Process
|
---|
209 | RTCrc32Start
|
---|
210 | RTHandleTableAllocWithCtx
|
---|
211 | RTHandleTableCreate
|
---|
212 | RTHandleTableCreateEx
|
---|
213 | RTHandleTableDestroy
|
---|
214 | RTHandleTableFreeWithCtx
|
---|
215 | RTHandleTableLookupWithCtx
|
---|
216 |
|
---|
217 | ; data
|
---|
218 | g_pSUPGlobalInfoPage DATA ; NT
|
---|
219 | g_SUPGlobalInfoPage DATA ; OS2
|
---|
220 |
|
---|