VirtualBox

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

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

SUPR0.def: Added RTProcSelf and RTMpPokeCpu.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 KB
Line 
1; $Id: SUPR0.def 19404 2009-05-05 23:25:57Z 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
33EXPORTS
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 SUPR0GetPagingMode
57 SUPR0EnableVTx
58 RTMemAlloc
59 RTMemAllocZ
60 RTMemFree
61 RTMemRealloc
62 RTR0MemObjAllocLow
63 RTR0MemObjAllocPage
64 RTR0MemObjAllocPhys
65 RTR0MemObjAllocPhysNC
66 RTR0MemObjAllocCont
67 RTR0MemObjLockUser
68 RTR0MemObjMapKernel
69 RTR0MemObjMapUser
70 RTR0MemObjAddress
71 RTR0MemObjAddressR3
72 RTR0MemObjSize
73 RTR0MemObjIsMapping
74 RTR0MemObjGetPagePhysAddr
75 RTR0MemObjFree
76 RTProcSelf
77 ; broken - RTSemMutexCreate
78 ; broken - RTSemMutexRequest
79 ; broken - RTSemMutexRelease
80 ; broken - RTSemMutexDestroy
81 RTSemEventCreate
82 RTSemEventSignal
83 RTSemEventWait
84 RTSemEventWaitNoResume
85 RTSemEventDestroy
86 RTSemEventMultiCreate
87 RTSemEventMultiSignal
88 RTSemEventMultiReset
89 RTSemEventMultiWait
90 RTSemEventMultiWaitNoResume
91 RTSemEventMultiDestroy
92 RTSemFastMutexCreate
93 RTSemFastMutexDestroy
94 RTSemFastMutexRequest
95 RTSemFastMutexRelease
96 RTSpinlockCreate
97 RTSpinlockDestroy
98 RTSpinlockAcquire
99 RTSpinlockRelease
100 RTSpinlockAcquireNoInts
101 RTSpinlockReleaseNoInts
102 RTTimeNanoTS
103 RTTimeMillieTS
104 RTTimeSystemNanoTS
105 RTTimeSystemMillieTS
106 RTThreadSelf
107 RTThreadNativeSelf
108 RTThreadSleep
109 RTThreadYield
110 RTMpOnAll
111 RTMpOnOthers
112 RTMpOnSpecific
113 RTMpPokeCpu
114 RTMpIsCpuOnline
115 RTMpGetCount
116 RTMpCpuIdToSetIndex
117 RTMpCpuId
118 RTMpIsCpuWorkPending
119 RTPowerNotificationRegister
120 RTPowerNotificationDeregister
121 RTLogDefaultInstance
122 RTLogRelDefaultInstance
123 RTLogSetDefaultInstanceThread
124 RTLogLoggerExV
125 RTLogPrintfV
126 AssertMsg1
127 AssertMsg2
128
129 ; data
130 g_SUPGlobalInfoPage DATA
131
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