VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/SUPR0.def@ 37070

Last change on this file since 37070 was 37070, checked in by vboxsync, 14 years ago

VMM: Online/offline CPU build fix.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.8 KB
Line 
1; $Id: SUPR0.def 37070 2011-05-13 12:54:35Z 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
27LIBRARY VBoxDrv.sys
28
29EXPORTS
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 SUPSemEventWaitNsAbsIntr
59 SUPSemEventWaitNsRelIntr
60 SUPSemEventGetResolution
61 SUPSemEventMultiCreate
62 SUPSemEventMultiClose
63 SUPSemEventMultiSignal
64 SUPSemEventMultiReset
65 SUPSemEventMultiWait
66 SUPSemEventMultiWaitNoResume
67 SUPSemEventMultiWaitNsAbsIntr
68 SUPSemEventMultiWaitNsRelIntr
69 SUPSemEventMultiGetResolution
70 SUPR0GetPagingMode
71 SUPR0EnableVTx
72 SUPGetGIP
73 RTMemAllocTag
74 RTMemAllocZTag
75 RTMemFree
76 RTMemReallocTag
77 RTR0MemObjAllocLowTag
78 RTR0MemObjAllocPageTag
79 RTR0MemObjAllocPhysTag
80 RTR0MemObjAllocPhysExTag
81 RTR0MemObjAllocPhysNCTag
82 RTR0MemObjAllocContTag
83 RTR0MemObjLockUserTag
84 RTR0MemObjMapKernelTag
85 RTR0MemObjMapUserTag
86 RTR0MemObjAddress
87 RTR0MemObjAddressR3
88 RTR0MemObjSize
89 RTR0MemObjIsMapping
90 RTR0MemObjGetPagePhysAddr
91 RTR0MemObjFree
92 RTR0MemUserCopyFrom
93 RTR0MemUserCopyTo
94 RTR0MemUserIsValidAddr
95 RTR0MemKernelIsValidAddr
96 RTR0MemAreKrnlAndUsrDifferent
97 RTProcSelf
98 RTSemMutexCreate
99 RTSemMutexRequest
100 RTSemMutexRequestDebug
101 RTSemMutexRequestNoResume
102 RTSemMutexRequestNoResumeDebug
103 RTSemMutexRelease
104 RTSemMutexDestroy
105 RTSemEventCreate
106 RTSemEventSignal
107 RTSemEventWait
108 RTSemEventWaitNoResume
109 RTSemEventWaitEx
110 RTSemEventWaitExDebug
111 RTSemEventGetResolution
112 RTSemEventDestroy
113 RTSemEventMultiCreate
114 RTSemEventMultiSignal
115 RTSemEventMultiReset
116 RTSemEventMultiWait
117 RTSemEventMultiWaitNoResume
118 RTSemEventMultiWaitEx
119 RTSemEventMultiWaitExDebug
120 RTSemEventMultiGetResolution
121 RTSemEventMultiDestroy
122 RTSemFastMutexCreate
123 RTSemFastMutexDestroy
124 RTSemFastMutexRequest
125 RTSemFastMutexRelease
126 RTSpinlockCreate
127 RTSpinlockDestroy
128 RTSpinlockAcquire
129 RTSpinlockRelease
130 RTSpinlockAcquireNoInts
131 RTSpinlockReleaseNoInts
132 RTTimeNanoTS
133 RTTimeMilliTS
134 RTTimeSystemNanoTS
135 RTTimeSystemMilliTS
136 RTThreadSelf
137 RTThreadNativeSelf
138 RTThreadSleep
139 RTThreadYield
140 RTThreadPreemptIsEnabled
141 RTThreadPreemptIsPending
142 RTThreadPreemptIsPendingTrusty
143 RTThreadPreemptDisable
144 RTThreadPreemptRestore
145 RTThreadPreemptPossible
146 RTThreadIsInInterrupt
147 RTTimerCreate
148 RTTimerCreateEx
149 RTTimerDestroy
150 RTTimerStart
151 RTTimerStop
152 RTTimerChangeInterval
153 RTTimerGetSystemGranularity
154 RTTimerRequestSystemGranularity
155 RTTimerReleaseSystemGranularity
156 RTTimerCanDoHighResolution
157 RTMpCpuId
158 RTMpCpuIdFromSetIndex
159 RTMpCpuIdToSetIndex
160 RTMpGetArraySize
161 RTMpIsCpuPossible
162 RTMpGetCount
163 RTMpGetMaxCpuId
164 RTMpGetOnlineCount
165 RTMpGetOnlineSet
166 RTMpGetSet
167 RTMpIsCpuOnline
168 RTMpIsCpuWorkPending
169 RTMpNotificationRegister
170 RTMpNotificationDeregister
171 RTMpOnAll
172 RTMpOnOthers
173 RTMpOnSpecific
174 RTMpPokeCpu
175 RTPowerNotificationRegister
176 RTPowerNotificationDeregister
177 RTLogDefaultInstance
178 RTLogRelDefaultInstance
179 RTLogSetDefaultInstanceThread
180 RTLogLoggerExV
181 RTLogPrintfV
182 RTAssertMsg1
183 RTAssertMsg2V
184 RTAssertSetQuiet
185 RTAssertMayPanic
186 RTAssertSetMayPanic
187 RTAssertAreQuiet
188
189 RTNetIPv4AddDataChecksum
190 RTNetIPv4AddTCPChecksum
191 RTNetIPv4AddUDPChecksum
192 RTNetIPv4FinalizeChecksum
193 RTNetIPv4HdrChecksum
194 RTNetIPv4IsDHCPValid
195 RTNetIPv4IsHdrValid
196 RTNetIPv4IsTCPSizeValid
197 RTNetIPv4IsTCPValid
198 RTNetIPv4IsUDPSizeValid
199 RTNetIPv4IsUDPValid
200 RTNetIPv4PseudoChecksum
201 RTNetIPv4PseudoChecksumBits
202 RTNetIPv4TCPChecksum
203 RTNetIPv4UDPChecksum
204 RTNetIPv6PseudoChecksum
205 RTNetIPv6PseudoChecksumBits
206 RTNetIPv6PseudoChecksumEx
207 RTNetTCPChecksum
208 RTNetUDPChecksum
209 RTStrFormat
210 RTStrFormatNumber
211 RTStrFormatTypeDeregister
212 RTStrFormatTypeRegister
213 RTStrFormatTypeSetUser
214 RTStrFormatV
215 RTStrPrintf
216 RTStrPrintfEx
217 RTStrPrintfExV
218 RTStrPrintfV
219
220 RTCrc32
221 RTCrc32Finish
222 RTCrc32Process
223 RTCrc32Start
224 RTHandleTableAllocWithCtx
225 RTHandleTableCreate
226 RTHandleTableCreateEx
227 RTHandleTableDestroy
228 RTHandleTableFreeWithCtx
229 RTHandleTableLookupWithCtx
230
231 ; data
232 g_pSUPGlobalInfoPage DATA ; NT
233 g_SUPGlobalInfoPage DATA ; OS2
234
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