VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0/VMMR0.def@ 42696

Last change on this file since 42696 was 42066, checked in by vboxsync, 12 years ago

yet another build fix

  • 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 42066 2012-07-09 16:39:22Z 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
17LIBRARY VMMR0.r0
18EXPORTS
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 ; Network Shaper
82 PDMR0NsAllocateBandwidth
83
84 ; runtime
85 RTAssertMsg1Weak
86 RTAssertMsg2Weak
87 RTAssertShouldPanic
88 RTCrc32
89 RTOnceSlow
90 RTTimeNanoTSLegacySync
91 RTTimeNanoTSLegacyAsync
92 RTTimeNanoTSLFenceSync
93 RTTimeNanoTSLFenceAsync
94 RTTimeSystemNanoTS
95 RTTimeNanoTS
96 ASMMultU64ByU32DivByU32 ; not-os2
97 ASMAtomicXchgU8 ; not-x86
98 ASMBitFirstSet ; not-x86
99 nocrt_memchr
100 nocrt_memcmp
101 nocrt_memcpy
102 memcpy=nocrt_memcpy ; not-os2
103 nocrt_memmove
104 nocrt_memset
105 memset=nocrt_memset ; not-os2
106 nocrt_strcpy
107 nocrt_strcmp
108 nocrt_strchr
109 nocrt_strlen
110
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