VMMR0.def revision 930d38501dd9f9230ba37a263919a07da5500ad6
1N/A; $Id$
1N/A;; @file
1N/A; VMM Ring 0 DLL - Definition file.
1N/A
1N/A;
1N/A; Copyright (C) 2006-2009 Sun Microsystems, Inc.
1N/A;
1N/A; This file is part of VirtualBox Open Source Edition (OSE), as
1N/A; available from http://www.virtualbox.org. This file is free software;
1N/A; you can redistribute it and/or modify it under the terms of the GNU
1N/A; General Public License (GPL) as published by the Free Software
1N/A; Foundation, in version 2 as it comes in the "COPYING" file of the
1N/A; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
1N/A; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
1N/A;
1N/A; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
1N/A; Clara, CA 95054 USA or visit http://www.sun.com if you need
1N/A; additional information or have any questions.
1N/A;
1N/A
1N/ALIBRARY VMMR0.r0
1N/AEXPORTS
1N/A ; data
1N/A
1N/A ; code
1N/A PDMCritSectEnter
1N/A PDMCritSectEnterDebug
1N/A PDMCritSectIsOwner
1N/A PDMCritSectLeave
1N/A PDMQueueAlloc
1N/A PDMQueueFlush
1N/A PDMQueueInsert
1N/A PGMHandlerPhysicalPageTempOff
1N/A PGMShwModifyPage
1N/A PGMPhysSimpleWriteGCPhys
1N/A PGMPhysSimpleReadGCPtr
1N/A PGMPhysSimpleWriteGCPtr
1N/A PGMPhysReadGCPtr
1N/A PGMPhysWriteGCPtr
1N/A PGMPhysSimpleDirtyWriteGCPtr
1N/A IOMMMIOResetRegion
1N/A IOMMMIOMapMMIO2Page
1N/A RTLogDefaultInstance
1N/A RTLogRelDefaultInstance
1N/A RTLogLogger
1N/A RTLogLoggerEx
1N/A RTLogLoggerExV
1N/A RTTimeMilliTS
1N/A TMTimerFromMilli
1N/A TMTimerFromMicro
1N/A TMTimerFromNano
1N/A TMTimerGet
1N/A TMTimerGetFreq
1N/A TMTimerIsActive
1N/A TMTimerSet
1N/A TMTimerSetRelative
1N/A TMTimerSetMillies
1N/A TMTimerSetMicro
1N/A TMTimerSetNano
1N/A TMTimerStop
1N/A VMMGetSvnRev
1N/A vmmR0LoggerFlush
1N/A vmmR0LoggerWrapper
1N/A VMSetError
1N/A VMSetErrorV
1N/A
1N/A ; runtime
1N/A RTAssertMsg1Weak
1N/A RTAssertMsg2Weak
1N/A RTAssertShouldPanic
1N/A RTCrc32
1N/A RTTimeNanoTSLegacySync
1N/A RTTimeNanoTSLegacyAsync
1N/A RTTimeNanoTSLFenceSync
1N/A RTTimeNanoTSLFenceAsync
1N/A RTTimeSystemNanoTS
1N/A ASMMultU64ByU32DivByU32 ; not-os2
1N/A ASMAtomicXchgU8 ; not-x86
1N/A nocrt_memchr
1N/A nocrt_memcmp
1N/A nocrt_memcpy
1N/A memcpy=nocrt_memcpy ; not-os2
1N/A nocrt_memset
1N/A nocrt_strcpy
1N/A nocrt_strcmp
1N/A nocrt_strchr
1N/A
1N/A