VirtualBox

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

Last change on this file since 54207 was 54207, checked in by vboxsync, 10 years ago

Updated .def files with new RTTimeNanoTS* names.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1; $Id: VMMR0.def 54207 2015-02-13 17:57:26Z vboxsync $
2;; @file
3; VMM Ring 0 DLL - Definition file.
4
5;
6; Copyright (C) 2006-2015 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 PDMNsAllocateBandwidth
83
84 ; runtime
85 RTAssertMsg1Weak
86 RTAssertMsg2Weak
87 RTAssertShouldPanic
88 RTCrc32
89 RTOnceSlow
90 RTTimeNanoTSLegacyInvariantNoDelta
91 RTTimeNanoTSLegacyInvariantWithDelta
92 RTTimeNanoTSLegacySyncNoDelta
93 RTTimeNanoTSLegacySyncWithDelta
94 RTTimeNanoTSLegacyAsync
95 RTTimeNanoTSLFenceInvariantNoDelta
96 RTTimeNanoTSLFenceInvariantWithDelta
97 RTTimeNanoTSLFenceSyncNoDelta
98 RTTimeNanoTSLFenceSyncWithDelta
99 RTTimeNanoTSLFenceAsync
100 RTTimeSystemNanoTS
101 RTTimeNanoTS
102 ASMMultU64ByU32DivByU32 ; not-os2
103 ASMAtomicXchgU8 ; not-x86
104 ASMBitFirstSet ; not-x86
105 ASMNopPause ; not-x86
106 nocrt_memchr
107 nocrt_memcmp
108 nocrt_memcpy
109 memcpy=nocrt_memcpy ; not-os2
110 nocrt_memmove
111 nocrt_memset
112 memset=nocrt_memset ; not-os2
113 nocrt_strcpy
114 nocrt_strcmp
115 nocrt_strchr
116 nocrt_strlen
117
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