VirtualBox

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

Last change on this file since 28356 was 28338, checked in by vboxsync, 15 years ago

Windows linking fixes.

  • 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 28338 2010-04-14 22:13:58Z vboxsync $
2;; @file
3; VMM Ring 0 DLL - Definition file.
4
5;
6; Copyright (C) 2006-2009 Sun Microsystems, Inc.
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; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
17; Clara, CA 95054 USA or visit http://www.sun.com if you need
18; additional information or have any questions.
19;
20
21LIBRARY VMMR0.r0
22EXPORTS
23 ; data
24
25 ; code
26 PDMCritSectEnter
27 PDMCritSectEnterDebug
28 PDMCritSectIsOwner
29 PDMCritSectLeave
30 PDMQueueAlloc
31 PDMQueueFlush
32 PDMQueueInsert
33 PGMHandlerPhysicalPageTempOff
34 PGMShwModifyPage
35 PGMPhysSimpleWriteGCPhys
36 PGMPhysSimpleReadGCPtr
37 PGMPhysSimpleWriteGCPtr
38 PGMPhysReadGCPtr
39 PGMPhysWriteGCPtr
40 PGMPhysSimpleDirtyWriteGCPtr
41 IOMMMIOResetRegion
42 IOMMMIOMapMMIO2Page
43 RTLogDefaultInstance
44 RTLogRelDefaultInstance
45 RTLogLogger
46 RTLogLoggerEx
47 RTLogLoggerExV
48 RTTimeMilliTS
49 TMTimerFromMilli
50 TMTimerFromMicro
51 TMTimerFromNano
52 TMTimerGet
53 TMTimerGetFreq
54 TMTimerIsActive
55 TMTimerSet
56 TMTimerSetRelative
57 TMTimerSetMillies
58 TMTimerSetMicro
59 TMTimerSetNano
60 TMTimerStop
61 VMMGetSvnRev
62 vmmR0LoggerFlush
63 vmmR0LoggerWrapper
64 VMSetError
65 VMSetErrorV
66
67 ; runtime
68 RTAssertMsg1Weak
69 RTAssertMsg2Weak
70 RTAssertShouldPanic
71 RTCrc32
72 RTTimeNanoTSLegacySync
73 RTTimeNanoTSLegacyAsync
74 RTTimeNanoTSLFenceSync
75 RTTimeNanoTSLFenceAsync
76 RTTimeSystemNanoTS
77 ASMMultU64ByU32DivByU32 ; not-os2
78 ASMAtomicXchgU8 ; not-x86
79 nocrt_memchr
80 nocrt_memcmp
81 nocrt_memcpy
82 memcpy=nocrt_memcpy ; not-os2
83 nocrt_memset
84 memset=nocrt_memset ; not-os2
85 nocrt_strcpy
86 nocrt_strcmp
87 nocrt_strchr
88
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette