VirtualBox

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

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

windows build fix.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1; $Id: VMMR0.def 25372 2009-12-14 19:12:04Z 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 AssertMsg1
69 AssertMsg2
70 RTAssertShouldPanic
71 RTTimeNanoTSLegacySync
72 RTTimeNanoTSLegacyAsync
73 RTTimeNanoTSLFenceSync
74 RTTimeNanoTSLFenceAsync
75 RTTimeSystemNanoTS
76 ASMMultU64ByU32DivByU32 ; not-os2
77 ASMAtomicXchgU8 ; not-x86
78 nocrt_memchr
79 nocrt_memcmp
80 nocrt_memcpy
81 memcpy=nocrt_memcpy ; not-os2
82 nocrt_memset
83 nocrt_strcpy
84 nocrt_strcmp
85 nocrt_strchr
86
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