VirtualBox

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

Last change on this file since 5166 was 5031, checked in by vboxsync, 17 years ago

Use GVMMR3CreateVM. the new GVM structure is a ring-0 only VM structure. the old VM structure is the shared ring-0, ring-3 and GC VM structure.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1; $Id: SUPR0.def 5031 2007-09-25 22:27:37Z vboxsync $
2;; @file
3; VirtualBox Support Driver - Built-in exports.
4;
5
6;
7; Copyright (C) 2006-2007 innotek GmbH
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 as published by the Free Software Foundation,
13; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14; distribution. VirtualBox OSE is distributed in the hope that it will
15; be useful, but WITHOUT ANY WARRANTY of any kind.
16;
17
18LIBRARY SUPR0.dll
19
20EXPORTS
21 SUPR0ObjRegister
22 SUPR0ObjAddRef
23 SUPR0ObjRelease
24 SUPR0ObjVerifyAccess
25 SUPR0LockMem
26 SUPR0UnlockMem
27 SUPR0ContAlloc
28 SUPR0ContFree
29 SUPR0LowAlloc
30 SUPR0LowFree
31 SUPR0MemAlloc
32 SUPR0MemGetPhys
33 SUPR0MemFree
34 SUPR0Printf
35 RTMemAlloc
36 RTMemAllocZ
37 RTMemFree
38 RTMemRealloc
39 RTR0MemObjAllocLow
40 RTR0MemObjAllocPage
41 RTR0MemObjAllocPhys
42 RTR0MemObjAllocPhysNC
43 RTR0MemObjLockUser
44 RTR0MemObjMapKernel
45 RTR0MemObjMapUser
46 RTR0MemObjAddress
47 RTR0MemObjAddressR3
48 RTR0MemObjSize
49 RTR0MemObjIsMapping
50 RTR0MemObjGetPagePhysAddr
51 RTR0MemObjFree
52 ; broken - RTSemMutexCreate
53 ; broken - RTSemMutexRequest
54 ; broken - RTSemMutexRelease
55 ; broken - RTSemMutexDestroy
56 RTSemFastMutexCreate
57 RTSemFastMutexDestroy
58 RTSemFastMutexRequest
59 RTSemFastMutexRelease
60 RTSemEventCreate
61 RTSemEventSignal
62 RTSemEventWait
63 RTSemEventDestroy
64 RTSpinlockCreate
65 RTSpinlockDestroy
66 RTSpinlockAcquire
67 RTSpinlockRelease
68 RTSpinlockAcquireNoInts
69 RTSpinlockReleaseNoInts
70 RTThreadSelf
71 RTThreadNativeSelf
72 RTThreadSleep
73 RTThreadYield
74 RTLogDefaultInstance
75 RTLogRelDefaultInstance
76 RTLogSetDefaultInstanceThread
77 RTLogLogger
78 RTLogLoggerEx
79 RTLogLoggerExV
80 RTLogPrintf
81 RTLogPrintfV
82 AssertMsg1
83 AssertMsg2
84
85 ; data
86 g_SUPGlobalInfoPage DATA
87
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