VirtualBox

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

Last change on this file since 28879 was 28800, checked in by vboxsync, 15 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1; $Id: VMMR0.def 28800 2010-04-27 08:22:32Z 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 PDMQueueFlush
30 PDMQueueInsert
31 PGMHandlerPhysicalPageTempOff
32 PGMShwModifyPage
33 PGMPhysSimpleWriteGCPhys
34 PGMPhysSimpleReadGCPtr
35 PGMPhysSimpleWriteGCPtr
36 PGMPhysReadGCPtr
37 PGMPhysWriteGCPtr
38 PGMPhysSimpleDirtyWriteGCPtr
39 IOMMMIOResetRegion
40 IOMMMIOMapMMIO2Page
41 RTLogDefaultInstance
42 RTLogRelDefaultInstance
43 RTLogLogger
44 RTLogLoggerEx
45 RTLogLoggerExV
46 RTTimeMilliTS
47 TMTimerFromMilli
48 TMTimerFromMicro
49 TMTimerFromNano
50 TMTimerGet
51 TMTimerGetFreq
52 TMTimerIsActive
53 TMTimerSet
54 TMTimerSetRelative
55 TMTimerSetMillies
56 TMTimerSetMicro
57 TMTimerSetNano
58 TMTimerStop
59 VMMGetSvnRev
60 vmmR0LoggerFlush
61 vmmR0LoggerWrapper
62 VMSetError
63 VMSetErrorV
64
65 ; Internal Networking
66 IntNetR0Open
67 IntNetR0IfClose
68 IntNetR0IfGetBufferPtrs
69 IntNetR0IfSetPromiscuousMode
70 IntNetR0IfSetMacAddress
71 IntNetR0IfSetActive
72 IntNetR0IfSend
73 IntNetR0IfWait
74
75 ; runtime
76 RTAssertMsg1Weak
77 RTAssertMsg2Weak
78 RTAssertShouldPanic
79 RTCrc32
80 RTTimeNanoTSLegacySync
81 RTTimeNanoTSLegacyAsync
82 RTTimeNanoTSLFenceSync
83 RTTimeNanoTSLFenceAsync
84 RTTimeSystemNanoTS
85 ASMMultU64ByU32DivByU32 ; not-os2
86 ASMAtomicXchgU8 ; not-x86
87 nocrt_memchr
88 nocrt_memcmp
89 nocrt_memcpy
90 memcpy=nocrt_memcpy ; not-os2
91 nocrt_memset
92 memset=nocrt_memset ; not-os2
93 nocrt_strcpy
94 nocrt_strcmp
95 nocrt_strchr
96
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