VirtualBox

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

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

SUPDrv: Added SUPGetGIP and added a fNativeLoader indicator to SUPLDROPEN (VBOX_WITH_NATIVE_R0_LOADER).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.0 KB
Line 
1; $Id: SUPR0.def 25275 2009-12-09 15:58:31Z 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
31LIBRARY SUPR0.dll
32;LIBRARY VBoxDrv.sys ;- @todo VBOX_WITH_NATIVE_R0_LOADER
33
34EXPORTS
35 SUPR0AbsIs64bit
36 SUPR0Abs64bitKernelCS
37 SUPR0Abs64bitKernelSS
38 SUPR0Abs64bitKernelDS
39 SUPR0ComponentRegisterFactory
40 SUPR0ComponentDeregisterFactory
41 SUPR0ComponentQueryFactory
42 SUPR0ObjRegister
43 SUPR0ObjAddRef
44 SUPR0ObjAddRefEx
45 SUPR0ObjRelease
46 SUPR0ObjVerifyAccess
47 SUPR0LockMem
48 SUPR0UnlockMem
49 SUPR0ContAlloc
50 SUPR0ContFree
51 SUPR0LowAlloc
52 SUPR0LowFree
53 SUPR0MemAlloc
54 SUPR0MemGetPhys
55 SUPR0MemFree
56 SUPR0Printf
57 SUPR0QueryVTxSupport
58 SUPSemEventCreate
59 SUPSemEventClose
60 SUPSemEventSignal
61 SUPSemEventWait
62 SUPSemEventWaitNoResume
63 SUPSemEventMultiCreate
64 SUPSemEventMultiClose
65 SUPSemEventMultiSignal
66 SUPSemEventMultiReset
67 SUPSemEventMultiWait
68 SUPSemEventMultiWaitNoResume
69 SUPR0GetPagingMode
70 SUPR0EnableVTx
71 SUPGetGIP
72 RTMemAlloc
73 RTMemAllocZ
74 RTMemFree
75 RTMemRealloc
76 RTR0MemObjAllocLow
77 RTR0MemObjAllocPage
78 RTR0MemObjAllocPhys
79 RTR0MemObjAllocPhysNC
80 RTR0MemObjAllocCont
81 RTR0MemObjLockUser
82 RTR0MemObjMapKernel
83 RTR0MemObjMapUser
84 RTR0MemObjAddress
85 RTR0MemObjAddressR3
86 RTR0MemObjSize
87 RTR0MemObjIsMapping
88 RTR0MemObjGetPagePhysAddr
89 RTR0MemObjFree
90 RTR0MemUserCopyFrom
91 RTR0MemUserCopyTo
92 RTR0MemUserIsValidAddr
93 RTR0MemKernelIsValidAddr
94 RTR0MemAreKrnlAndUsrDifferent
95 RTProcSelf
96 ; broken - RTSemMutexCreate
97 ; broken - RTSemMutexRequest
98 ; broken - RTSemMutexRelease
99 ; broken - RTSemMutexDestroy
100 RTSemEventCreate
101 RTSemEventSignal
102 RTSemEventWait
103 RTSemEventWaitNoResume
104 RTSemEventDestroy
105 RTSemEventMultiCreate
106 RTSemEventMultiSignal
107 RTSemEventMultiReset
108 RTSemEventMultiWait
109 RTSemEventMultiWaitNoResume
110 RTSemEventMultiDestroy
111 RTSemFastMutexCreate
112 RTSemFastMutexDestroy
113 RTSemFastMutexRequest
114 RTSemFastMutexRelease
115 RTSpinlockCreate
116 RTSpinlockDestroy
117 RTSpinlockAcquire
118 RTSpinlockRelease
119 RTSpinlockAcquireNoInts
120 RTSpinlockReleaseNoInts
121 RTTimeNanoTS
122 RTTimeMilliTS
123 RTTimeSystemNanoTS
124 RTTimeSystemMilliTS
125 RTThreadSelf
126 RTThreadNativeSelf
127 RTThreadSleep
128 RTThreadYield
129 RTThreadPreemptIsEnabled
130 RTThreadPreemptIsPending
131 RTThreadPreemptIsPendingTrusty
132 RTThreadPreemptDisable
133 RTThreadPreemptRestore
134 RTThreadPreemptPossible
135 RTThreadIsInInterrupt
136 RTMpOnAll
137 RTMpOnOthers
138 RTMpOnSpecific
139 RTMpPokeCpu
140 RTMpIsCpuOnline
141 RTMpGetCount
142 RTMpCpuIdToSetIndex
143 RTMpCpuId
144 RTMpIsCpuWorkPending
145 RTPowerNotificationRegister
146 RTPowerNotificationDeregister
147 RTLogDefaultInstance
148 RTLogRelDefaultInstance
149 RTLogSetDefaultInstanceThread
150 RTLogLoggerExV
151 RTLogPrintfV
152 AssertMsg1
153 AssertMsg2
154
155 ; data
156 g_SUPGlobalInfoPage DATA
157
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