VirtualBox

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

Last change on this file since 20817 was 20737, checked in by vboxsync, 16 years ago

VMM/*/*.def: Added TMTimerSetRelative.

  • 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 20737 2009-06-20 20:57:15Z 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 TMTimerSetRelative
55 TMTimerSetMillies
56 TMTimerSetMicro
57 TMTimerSetNano
58 TMTimerStop
59 VMMGetSvnRev
60 vmmR0LoggerFlush
61 vmmR0LoggerWrapper
62 VMSetError
63 VMSetErrorV
64
65 ; runtime
66 AssertMsg1
67 AssertMsg2
68 RTAssertShouldPanic
69 RTTimeNanoTSLegacySync
70 RTTimeNanoTSLegacyAsync
71 RTTimeNanoTSLFenceSync
72 RTTimeNanoTSLFenceAsync
73 RTTimeSystemNanoTS
74 ASMMultU64ByU32DivByU32 ; not-os2
75 ASMAtomicXchgU8 ; not-x86
76 nocrt_memchr
77 nocrt_memcmp
78 nocrt_memcpy
79 memcpy=nocrt_memcpy ; not-os2
80 nocrt_memset
81 nocrt_strcpy
82 nocrt_strcmp
83 nocrt_strchr
84
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