Last change
on this file since 42044 was 39357, checked in by vboxsync, 13 years ago |
e1000: reverted r74918
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
2.5 KB
|
Line | |
---|
1 | ; $Id: VMMR0.def 39357 2011-11-17 21:27:04Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; VMM Ring 0 DLL - Definition file.
|
---|
4 |
|
---|
5 | ;
|
---|
6 | ; Copyright (C) 2006-2009 Oracle Corporation
|
---|
7 | ;
|
---|
8 | ; This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
9 | ; available from http://www.virtualbox.org. This file is free software;
|
---|
10 | ; you can redistribute it and/or modify it under the terms of the GNU
|
---|
11 | ; General Public License (GPL) as published by the Free Software
|
---|
12 | ; Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
13 | ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
14 | ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
15 | ;
|
---|
16 |
|
---|
17 | LIBRARY VMMR0.r0
|
---|
18 | EXPORTS
|
---|
19 | ; data
|
---|
20 |
|
---|
21 | ; code
|
---|
22 | PDMCritSectEnter
|
---|
23 | PDMCritSectEnterDebug
|
---|
24 | PDMCritSectIsOwner
|
---|
25 | PDMCritSectLeave
|
---|
26 | PDMCritSectTryEnter
|
---|
27 | PDMCritSectTryEnterDebug
|
---|
28 | PDMQueueAlloc
|
---|
29 | PDMQueueInsert
|
---|
30 | PGMHandlerPhysicalPageTempOff
|
---|
31 | PGMShwMakePageWritable
|
---|
32 | PGMPhysSimpleWriteGCPhys
|
---|
33 | PGMPhysSimpleReadGCPtr
|
---|
34 | PGMPhysSimpleWriteGCPtr
|
---|
35 | PGMPhysReadGCPtr
|
---|
36 | PGMPhysWriteGCPtr
|
---|
37 | PGMPhysSimpleDirtyWriteGCPtr
|
---|
38 | IOMMMIOResetRegion
|
---|
39 | IOMMMIOMapMMIO2Page
|
---|
40 | RTLogDefaultInstance
|
---|
41 | RTLogRelDefaultInstance
|
---|
42 | RTLogLogger
|
---|
43 | RTLogLoggerEx
|
---|
44 | RTLogLoggerExV
|
---|
45 | RTTimeMilliTS
|
---|
46 | RTTraceBufAddMsgF
|
---|
47 | RTTraceBufAddPos
|
---|
48 | RTTraceBufAddPosMsgF
|
---|
49 | TMTimerFromMilli
|
---|
50 | TMTimerFromMicro
|
---|
51 | TMTimerFromNano
|
---|
52 | TMTimerGet
|
---|
53 | TMTimerGetFreq
|
---|
54 | TMTimerIsActive
|
---|
55 | TMTimerIsLockOwner
|
---|
56 | TMTimerLock
|
---|
57 | TMTimerSet
|
---|
58 | TMTimerSetRelative
|
---|
59 | TMTimerSetMillies
|
---|
60 | TMTimerSetMicro
|
---|
61 | TMTimerSetNano
|
---|
62 | TMTimerSetFrequencyHint
|
---|
63 | TMTimerStop
|
---|
64 | TMTimerUnlock
|
---|
65 | VMMGetSvnRev
|
---|
66 | vmmR0LoggerFlush
|
---|
67 | vmmR0LoggerWrapper
|
---|
68 | VMSetError
|
---|
69 | VMSetErrorV
|
---|
70 |
|
---|
71 | ; Internal Networking
|
---|
72 | IntNetR0Open
|
---|
73 | IntNetR0IfClose
|
---|
74 | IntNetR0IfGetBufferPtrs
|
---|
75 | IntNetR0IfSetPromiscuousMode
|
---|
76 | IntNetR0IfSetMacAddress
|
---|
77 | IntNetR0IfSetActive
|
---|
78 | IntNetR0IfSend
|
---|
79 | IntNetR0IfWait
|
---|
80 |
|
---|
81 | ; runtime
|
---|
82 | RTAssertMsg1Weak
|
---|
83 | RTAssertMsg2Weak
|
---|
84 | RTAssertShouldPanic
|
---|
85 | RTCrc32
|
---|
86 | RTOnceSlow
|
---|
87 | RTTimeNanoTSLegacySync
|
---|
88 | RTTimeNanoTSLegacyAsync
|
---|
89 | RTTimeNanoTSLFenceSync
|
---|
90 | RTTimeNanoTSLFenceAsync
|
---|
91 | RTTimeSystemNanoTS
|
---|
92 | RTTimeNanoTS
|
---|
93 | ASMMultU64ByU32DivByU32 ; not-os2
|
---|
94 | ASMAtomicXchgU8 ; not-x86
|
---|
95 | ASMBitFirstSet ; not-x86
|
---|
96 | nocrt_memchr
|
---|
97 | nocrt_memcmp
|
---|
98 | nocrt_memcpy
|
---|
99 | memcpy=nocrt_memcpy ; not-os2
|
---|
100 | nocrt_memmove
|
---|
101 | nocrt_memset
|
---|
102 | memset=nocrt_memset ; not-os2
|
---|
103 | nocrt_strcpy
|
---|
104 | nocrt_strcmp
|
---|
105 | nocrt_strchr
|
---|
106 | nocrt_strlen
|
---|
107 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.