VirtualBox

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

Last change on this file since 20648 was 20571, checked in by vboxsync, 16 years ago

VMM: .def file headers

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1; $Id: VMMR0.def 20571 2009-06-14 21:28:30Z 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 PDMCritSectLeave
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 TMTimerSetMillies
55 TMTimerSetMicro
56 TMTimerSetNano
57 TMTimerStop
58 VMMGetSvnRev
59 vmmR0LoggerFlush
60 vmmR0LoggerWrapper
61 VMSetError
62 VMSetErrorV
63
64 ; runtime
65 AssertMsg1
66 AssertMsg2
67 RTAssertShouldPanic
68 RTTimeNanoTSLegacySync
69 RTTimeNanoTSLegacyAsync
70 RTTimeNanoTSLFenceSync
71 RTTimeNanoTSLFenceAsync
72 RTTimeSystemNanoTS
73 ASMMultU64ByU32DivByU32 ; not-os2
74 ASMAtomicXchgU8 ; not-x86
75 nocrt_memchr
76 nocrt_memcmp
77 nocrt_memcpy
78 memcpy=nocrt_memcpy ; not-os2
79 nocrt_memset
80 nocrt_strcpy
81 nocrt_strcmp
82 nocrt_strchr
83
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