VirtualBox

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

Last change on this file since 29826 was 28891, checked in by vboxsync, 15 years ago

Move more of the runtime into the support driver (Windows host only)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.9 KB
Line 
1; $Id: SUPR0.def 28891 2010-04-29 12:34:22Z 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 SUPSemEventMultiCreate
59 SUPSemEventMultiClose
60 SUPSemEventMultiSignal
61 SUPSemEventMultiReset
62 SUPSemEventMultiWait
63 SUPSemEventMultiWaitNoResume
64 SUPR0GetPagingMode
65 SUPR0EnableVTx
66 SUPGetGIP
67 RTMemAlloc
68 RTMemAllocZ
69 RTMemFree
70 RTMemRealloc
71 RTR0MemObjAllocLow
72 RTR0MemObjAllocPage
73 RTR0MemObjAllocPhys
74 RTR0MemObjAllocPhysEx
75 RTR0MemObjAllocPhysNC
76 RTR0MemObjAllocCont
77 RTR0MemObjLockUser
78 RTR0MemObjMapKernel
79 RTR0MemObjMapUser
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 RTMpOnAll
136 RTMpOnOthers
137 RTMpOnSpecific
138 RTMpPokeCpu
139 RTMpIsCpuOnline
140 RTMpGetCount
141 RTMpCpuIdToSetIndex
142 RTMpCpuId
143 RTMpIsCpuWorkPending
144 RTPowerNotificationRegister
145 RTPowerNotificationDeregister
146 RTLogDefaultInstance
147 RTLogRelDefaultInstance
148 RTLogSetDefaultInstanceThread
149 RTLogLoggerExV
150 RTLogPrintfV
151 RTAssertMsg1
152 RTAssertMsg2V
153 RTAssertSetQuiet
154 RTAssertMayPanic
155 RTAssertSetMayPanic
156 RTAssertAreQuiet
157
158 RTNetIPv4AddDataChecksum
159 RTNetIPv4AddTCPChecksum
160 RTNetIPv4AddUDPChecksum
161 RTNetIPv4FinalizeChecksum
162 RTNetIPv4HdrChecksum
163 RTNetIPv4IsDHCPValid
164 RTNetIPv4IsHdrValid
165 RTNetIPv4IsTCPSizeValid
166 RTNetIPv4IsTCPValid
167 RTNetIPv4IsUDPSizeValid
168 RTNetIPv4IsUDPValid
169 RTNetIPv4PseudoChecksum
170 RTNetIPv4PseudoChecksumBits
171 RTNetIPv4TCPChecksum
172 RTNetIPv4UDPChecksum
173 RTNetIPv6PseudoChecksum
174 RTNetIPv6PseudoChecksumBits
175 RTNetIPv6PseudoChecksumEx
176 RTNetTCPChecksum
177 RTNetUDPChecksum
178 RTStrFormat
179 RTStrFormatNumber
180 RTStrFormatTypeDeregister
181 RTStrFormatTypeRegister
182 RTStrFormatTypeSetUser
183 RTStrFormatV
184 RTStrPrintf
185 RTStrPrintfEx
186 RTStrPrintfExV
187 RTStrPrintfV
188
189 RTCrc32
190 RTCrc32Finish
191 RTCrc32Process
192 RTCrc32Start
193 RTHandleTableAllocWithCtx
194 RTHandleTableCreate
195 RTHandleTableCreateEx
196 RTHandleTableDestroy
197 RTHandleTableFreeWithCtx
198 RTHandleTableLookupWithCtx
199
200 ; data
201 g_pSUPGlobalInfoPage DATA ; NT
202 g_SUPGlobalInfoPage DATA ; OS2
203
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