1 | ; $Id: SUPR0.def 20315 2009-06-05 12:10:39Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; VirtualBox Support Driver - Built-in exports.
|
---|
4 | ;
|
---|
5 |
|
---|
6 | ;
|
---|
7 | ; Copyright (C) 2006-2007 Sun Microsystems, Inc.
|
---|
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 | ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
|
---|
27 | ; Clara, CA 95054 USA or visit http://www.sun.com if you need
|
---|
28 | ; additional information or have any questions.
|
---|
29 | ;
|
---|
30 |
|
---|
31 | LIBRARY SUPR0.dll
|
---|
32 |
|
---|
33 | EXPORTS
|
---|
34 | SUPR0AbsIs64bit
|
---|
35 | SUPR0Abs64bitKernelCS
|
---|
36 | SUPR0Abs64bitKernelSS
|
---|
37 | SUPR0Abs64bitKernelDS
|
---|
38 | SUPR0ComponentRegisterFactory
|
---|
39 | SUPR0ComponentDeregisterFactory
|
---|
40 | SUPR0ComponentQueryFactory
|
---|
41 | SUPR0ObjRegister
|
---|
42 | SUPR0ObjAddRef
|
---|
43 | SUPR0ObjAddRefEx
|
---|
44 | SUPR0ObjRelease
|
---|
45 | SUPR0ObjVerifyAccess
|
---|
46 | SUPR0LockMem
|
---|
47 | SUPR0UnlockMem
|
---|
48 | SUPR0ContAlloc
|
---|
49 | SUPR0ContFree
|
---|
50 | SUPR0LowAlloc
|
---|
51 | SUPR0LowFree
|
---|
52 | SUPR0MemAlloc
|
---|
53 | SUPR0MemGetPhys
|
---|
54 | SUPR0MemFree
|
---|
55 | SUPR0Printf
|
---|
56 | SUPSemEventCreate
|
---|
57 | SUPSemEventClose
|
---|
58 | SUPSemEventSignal
|
---|
59 | SUPSemEventWait
|
---|
60 | SUPSemEventWaitNoResume
|
---|
61 | SUPSemEventMultiCreate
|
---|
62 | SUPSemEventMultiClose
|
---|
63 | SUPSemEventMultiSignal
|
---|
64 | SUPSemEventMultiReset
|
---|
65 | SUPSemEventMultiWait
|
---|
66 | SUPSemEventMultiWaitNoResume
|
---|
67 | SUPR0GetPagingMode
|
---|
68 | SUPR0EnableVTx
|
---|
69 | RTMemAlloc
|
---|
70 | RTMemAllocZ
|
---|
71 | RTMemFree
|
---|
72 | RTMemRealloc
|
---|
73 | RTR0MemObjAllocLow
|
---|
74 | RTR0MemObjAllocPage
|
---|
75 | RTR0MemObjAllocPhys
|
---|
76 | RTR0MemObjAllocPhysNC
|
---|
77 | RTR0MemObjAllocCont
|
---|
78 | RTR0MemObjLockUser
|
---|
79 | RTR0MemObjMapKernel
|
---|
80 | RTR0MemObjMapUser
|
---|
81 | RTR0MemObjAddress
|
---|
82 | RTR0MemObjAddressR3
|
---|
83 | RTR0MemObjSize
|
---|
84 | RTR0MemObjIsMapping
|
---|
85 | RTR0MemObjGetPagePhysAddr
|
---|
86 | RTR0MemObjFree
|
---|
87 | RTProcSelf
|
---|
88 | ; broken - RTSemMutexCreate
|
---|
89 | ; broken - RTSemMutexRequest
|
---|
90 | ; broken - RTSemMutexRelease
|
---|
91 | ; broken - RTSemMutexDestroy
|
---|
92 | RTSemEventCreate
|
---|
93 | RTSemEventSignal
|
---|
94 | RTSemEventWait
|
---|
95 | RTSemEventWaitNoResume
|
---|
96 | RTSemEventDestroy
|
---|
97 | RTSemEventMultiCreate
|
---|
98 | RTSemEventMultiSignal
|
---|
99 | RTSemEventMultiReset
|
---|
100 | RTSemEventMultiWait
|
---|
101 | RTSemEventMultiWaitNoResume
|
---|
102 | RTSemEventMultiDestroy
|
---|
103 | RTSemFastMutexCreate
|
---|
104 | RTSemFastMutexDestroy
|
---|
105 | RTSemFastMutexRequest
|
---|
106 | RTSemFastMutexRelease
|
---|
107 | RTSpinlockCreate
|
---|
108 | RTSpinlockDestroy
|
---|
109 | RTSpinlockAcquire
|
---|
110 | RTSpinlockRelease
|
---|
111 | RTSpinlockAcquireNoInts
|
---|
112 | RTSpinlockReleaseNoInts
|
---|
113 | RTTimeNanoTS
|
---|
114 | RTTimeMilliTS
|
---|
115 | RTTimeSystemNanoTS
|
---|
116 | RTTimeSystemMilliTS
|
---|
117 | RTThreadSelf
|
---|
118 | RTThreadNativeSelf
|
---|
119 | RTThreadSleep
|
---|
120 | RTThreadYield
|
---|
121 | RTThreadPreemptIsEnabled
|
---|
122 | RTThreadPreemptIsPending
|
---|
123 | RTThreadPreemptDisable
|
---|
124 | RTThreadPreemptRestore
|
---|
125 | RTMpOnAll
|
---|
126 | RTMpOnOthers
|
---|
127 | RTMpOnSpecific
|
---|
128 | RTMpPokeCpu
|
---|
129 | RTMpIsCpuOnline
|
---|
130 | RTMpGetCount
|
---|
131 | RTMpCpuIdToSetIndex
|
---|
132 | RTMpCpuId
|
---|
133 | RTMpIsCpuWorkPending
|
---|
134 | RTPowerNotificationRegister
|
---|
135 | RTPowerNotificationDeregister
|
---|
136 | RTLogDefaultInstance
|
---|
137 | RTLogRelDefaultInstance
|
---|
138 | RTLogSetDefaultInstanceThread
|
---|
139 | RTLogLoggerExV
|
---|
140 | RTLogPrintfV
|
---|
141 | AssertMsg1
|
---|
142 | AssertMsg2
|
---|
143 |
|
---|
144 | ; data
|
---|
145 | g_SUPGlobalInfoPage DATA
|
---|
146 |
|
---|