VMMR3.def revision b462aa2f4cc3e48140d004c1c6245a813b362f52
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync; $Id$
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync;; @file
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync; VMM Ring-3 Context DLL - Definition file.
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync;
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync; Copyright (C) 2010 Oracle Corporation
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync;
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync; This file is part of VirtualBox Open Source Edition (OSE), as
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync; available from http://www.virtualbox.org. This file is free software;
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync; you can redistribute it and/or modify it under the terms of the GNU
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync; General Public License (GPL) as published by the Free Software
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync; Foundation, in version 2 as it comes in the "COPYING" file of the
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync;
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsyncLIBRARY VBoxVMMR3.dll
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsyncEXPORTS
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync ; data
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync ; code
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3GetFirstChild
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3GetNextChild
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3GetNameLen
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3GetFirstValue
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3GetNextValue
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3GetValueNameLen
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3GetValueType
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3Dump
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3CreateTree
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3GetValueName
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3GetName
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3RemoveNode
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3InsertBytes
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3InsertStringFV
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3InsertStringF
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3InsertStringN
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3InsertString
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3InsertStringW
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3InsertInteger
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryStringAllocDef
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3RemoveValue
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryIntegerDef
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryGCPtrSDef
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryGCPtrUDef
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryGCPtrDef
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryPtrDef
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryBoolDef
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryS8Def
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryU8Def
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryS16Def
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryU16Def
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryPortDef
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryS32Def
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QuerySIntDef
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryU32Def
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryUIntDef
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryS64Def
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryU64Def
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryInteger
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryGCPtrS
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryGCPtrU
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryGCPtr
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryPtr
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryBool
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryS8
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryU8
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryS16
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryU16
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryPort
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryS32
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QuerySInt
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryU32
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryUInt
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryS64
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryU64
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QuerySize
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryType
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3AreValuesValid
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3AreChildrenValid
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3GetChildFV
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3GetChildF
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3GetChild
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3InsertNode
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3InsertNodeFV
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3InsertNodeF
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3InsertSubTree
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3ValidateConfig
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryBytes
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryStringDef
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryString
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync CFGMR3QueryStringAlloc
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMCritSectEnter
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMCritSectEnterDebug
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMCritSectTryEnter
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMCritSectTryEnterDebug
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMR3CritSectEnterEx
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMCritSectLeave
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMCritSectIsOwner
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMCritSectIsOwnerEx
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMCritSectIsOwned
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMCritSectIsInitialized
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMCritSectHasWaiters
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMCritSectGetRecursion
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMR3CritSectYield
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMR3CritSectName
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMR3CritSectScheduleExitEvent
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMR3CritSectDelete
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMR3QueueDestroy
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMQueueAlloc
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMQueueInsert
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMQueueInsertEx
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMQueueR0Ptr
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PDMQueueRCPtr
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PGMHandlerPhysicalPageTempOff
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PGMPhysReadGCPtr
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PGMPhysSimpleDirtyWriteGCPtr
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PGMPhysSimpleReadGCPtr
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PGMPhysSimpleWriteGCPhys
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PGMPhysSimpleWriteGCPtr
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PGMPhysWriteGCPtr
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync PGMShwMakePageWritable
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMR3TimerSetCritSect
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMR3TimerLoad
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMR3TimerSave
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMR3TimerDestroy
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerFromMicro
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerFromMilli
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerFromNano
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerGet
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerGetFreq
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerGetMicro
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerGetMilli
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerGetNano
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerIsActive
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerR0Ptr
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerR3Ptr
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerRCPtr
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerSet
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerSetFrequencyHint
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerSetMicro
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerSetMillies
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerSetNano
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerSetRelative
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerStop
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerToMicro
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerToMilli
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync TMTimerToNano
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync VMMGetSvnRev
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync VMSetError
b462aa2f4cc3e48140d004c1c6245a813b362f52vboxsync VMSetErrorV