VirtualBox

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

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

IPRT,TM: Implemented the get-cpu-number optimizations for the RTTimeNanoTS code.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1; $Id: VMMR0.def 54270 2015-02-18 16:11:34Z 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 RTTimeNanoTSLegacySyncInvarNoDelta
91 RTTimeNanoTSLegacySyncInvarWithDelta
92 RTTimeNanoTSLegacyAsync
93 RTTimeNanoTSLFenceSyncInvarNoDelta
94 RTTimeNanoTSLFenceSyncInvarWithDelta
95 RTTimeNanoTSLFenceAsync
96 RTTimeSystemNanoTS
97 RTTimeNanoTS
98 ASMMultU64ByU32DivByU32 ; not-os2
99 ASMAtomicXchgU8 ; not-x86
100 ASMBitFirstSet ; not-x86
101 ASMNopPause ; not-x86
102 nocrt_memchr
103 nocrt_memcmp
104 nocrt_memcpy
105 memcpy=nocrt_memcpy ; not-os2
106 nocrt_memmove
107 nocrt_memset
108 memset=nocrt_memset ; not-os2
109 nocrt_strcpy
110 nocrt_strcmp
111 nocrt_strchr
112 nocrt_strlen
113
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