1 | ; $Id: VMMR3.def 61680 2016-06-13 15:02:28Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; VMM Ring-3 Context DLL - Definition file.
|
---|
4 |
|
---|
5 | ;
|
---|
6 | ; Copyright (C) 2010-2015 Oracle Corporation
|
---|
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 |
|
---|
17 | LIBRARY VBoxVMM.dll
|
---|
18 | EXPORTS
|
---|
19 | ; data
|
---|
20 |
|
---|
21 | ; code
|
---|
22 | CFGMR3GetRoot
|
---|
23 | CFGMR3GetFirstChild
|
---|
24 | CFGMR3GetNextChild
|
---|
25 | CFGMR3GetNameLen
|
---|
26 | CFGMR3GetFirstValue
|
---|
27 | CFGMR3GetNextValue
|
---|
28 | CFGMR3GetValueNameLen
|
---|
29 | CFGMR3GetValueType
|
---|
30 | CFGMR3Dump
|
---|
31 | CFGMR3CreateTree
|
---|
32 | CFGMR3DestroyTree
|
---|
33 | CFGMR3GetValueName
|
---|
34 | CFGMR3GetName
|
---|
35 | CFGMR3RemoveNode
|
---|
36 | CFGMR3InsertBytes
|
---|
37 | CFGMR3InsertStringFV
|
---|
38 | CFGMR3InsertStringF
|
---|
39 | CFGMR3InsertStringN
|
---|
40 | CFGMR3InsertString
|
---|
41 | CFGMR3InsertStringW
|
---|
42 | CFGMR3InsertInteger
|
---|
43 | CFGMR3QueryStringAllocDef
|
---|
44 | CFGMR3RemoveValue
|
---|
45 | CFGMR3QueryIntegerDef
|
---|
46 | CFGMR3QueryGCPtrSDef
|
---|
47 | CFGMR3QueryGCPtrUDef
|
---|
48 | CFGMR3QueryGCPtrDef
|
---|
49 | CFGMR3QueryPtrDef
|
---|
50 | CFGMR3QueryBoolDef
|
---|
51 | CFGMR3QueryS8Def
|
---|
52 | CFGMR3QueryU8Def
|
---|
53 | CFGMR3QueryS16Def
|
---|
54 | CFGMR3QueryU16Def
|
---|
55 | CFGMR3QueryPortDef
|
---|
56 | CFGMR3QueryS32Def
|
---|
57 | CFGMR3QuerySIntDef
|
---|
58 | CFGMR3QueryU32Def
|
---|
59 | CFGMR3QueryUIntDef
|
---|
60 | CFGMR3QueryS64Def
|
---|
61 | CFGMR3QueryU64Def
|
---|
62 | CFGMR3QueryInteger
|
---|
63 | CFGMR3QueryGCPtrS
|
---|
64 | CFGMR3QueryGCPtrU
|
---|
65 | CFGMR3QueryGCPtr
|
---|
66 | CFGMR3QueryPtr
|
---|
67 | CFGMR3QueryBool
|
---|
68 | CFGMR3QueryS8
|
---|
69 | CFGMR3QueryU8
|
---|
70 | CFGMR3QueryS16
|
---|
71 | CFGMR3QueryU16
|
---|
72 | CFGMR3QueryPort
|
---|
73 | CFGMR3QueryS32
|
---|
74 | CFGMR3QuerySInt
|
---|
75 | CFGMR3QueryU32
|
---|
76 | CFGMR3QueryUInt
|
---|
77 | CFGMR3QueryS64
|
---|
78 | CFGMR3QueryU64
|
---|
79 | CFGMR3QuerySize
|
---|
80 | CFGMR3QueryType
|
---|
81 | CFGMR3AreValuesValid
|
---|
82 | CFGMR3AreChildrenValid
|
---|
83 | CFGMR3GetChildFV
|
---|
84 | CFGMR3GetChildF
|
---|
85 | CFGMR3GetChild
|
---|
86 | CFGMR3InsertNode
|
---|
87 | CFGMR3InsertNodeFV
|
---|
88 | CFGMR3InsertNodeF
|
---|
89 | CFGMR3InsertSubTree
|
---|
90 | CFGMR3ValidateConfig
|
---|
91 | CFGMR3QueryBytes
|
---|
92 | CFGMR3QueryStringDef
|
---|
93 | CFGMR3QueryString
|
---|
94 | CFGMR3QueryStringAlloc
|
---|
95 | CFGMR3GetParent
|
---|
96 | CFGMR3GetRootU
|
---|
97 |
|
---|
98 | CSAMR3IsEnabled
|
---|
99 | CSAMR3SetScanningEnabled
|
---|
100 |
|
---|
101 | DBGCCreate
|
---|
102 |
|
---|
103 | DBGFR3CoreWrite
|
---|
104 | DBGFR3Info
|
---|
105 | DBGFR3InfoRegisterExternal
|
---|
106 | DBGFR3InjectNMI
|
---|
107 | DBGFR3LogModifyDestinations
|
---|
108 | DBGFR3LogModifyFlags
|
---|
109 | DBGFR3LogModifyGroups
|
---|
110 | DBGFR3OSDetect
|
---|
111 | DBGFR3OSQueryNameAndVersion
|
---|
112 | DBGFR3RegCpuQueryU32
|
---|
113 | DBGFR3RegFormatValue
|
---|
114 | DBGFR3RegNmQuery
|
---|
115 | DBGFR3RegNmQueryAll
|
---|
116 | DBGFR3RegNmQueryAllCount
|
---|
117 | DBGFR3OSDeregister
|
---|
118 | DBGFR3OSRegister
|
---|
119 | DBGFR3OSQueryInterface
|
---|
120 | DBGFR3MemReadString
|
---|
121 | DBGFR3MemRead
|
---|
122 | DBGFR3MemScan
|
---|
123 | DBGFR3AddrFromFlat
|
---|
124 | DBGFR3AsSymbolByName
|
---|
125 | DBGFR3AsResolveAndRetain
|
---|
126 | DBGFR3AsSetAlias
|
---|
127 | DBGFR3AddrAdd
|
---|
128 | DBGFR3AddrSub
|
---|
129 | DBGFR3AsGetConfig
|
---|
130 | DBGFR3CpuGetMode
|
---|
131 | DBGFR3AddrFromSelOff
|
---|
132 | DBGFR3PlugInLoad
|
---|
133 | DBGFR3PlugInUnload
|
---|
134 | DBGFR3PlugInLoadAll
|
---|
135 | DBGFR3PlugInUnloadAll
|
---|
136 | DBGFR3StackWalkBegin
|
---|
137 | DBGFR3StackWalkNext
|
---|
138 | DBGFR3StackWalkEnd
|
---|
139 | DBGFR3TypeDeregister
|
---|
140 | DBGFR3TypeDumpEx
|
---|
141 | DBGFR3TypeQueryReg
|
---|
142 | DBGFR3TypeQuerySize
|
---|
143 | DBGFR3TypeQueryValByType
|
---|
144 | DBGFR3TypeRegister
|
---|
145 | DBGFR3TypeSetSize
|
---|
146 | DBGFR3TypeValFree
|
---|
147 | DBGFR3TypeValDumpEx
|
---|
148 |
|
---|
149 | EMR3QueryExecutionPolicy
|
---|
150 | EMR3SetExecutionPolicy
|
---|
151 |
|
---|
152 | FTMR3CancelStandby
|
---|
153 | FTMR3PowerOn
|
---|
154 |
|
---|
155 | MMHyperR3ToR0
|
---|
156 | MMHyperR3ToRC
|
---|
157 |
|
---|
158 | HMR3IsEnabled
|
---|
159 | HMR3IsNestedPagingActive
|
---|
160 | HMR3IsUXActive
|
---|
161 | HMR3IsVpidActive
|
---|
162 |
|
---|
163 | MMR3HeapFree
|
---|
164 | MMR3HeapRealloc
|
---|
165 |
|
---|
166 | MMR3HyperAllocOnceNoRel
|
---|
167 |
|
---|
168 | PATMR3AllowPatching
|
---|
169 | PATMR3IsEnabled
|
---|
170 |
|
---|
171 | PDMR3AsyncCompletionBwMgrSetMaxForFile
|
---|
172 | PDMR3DeviceAttach
|
---|
173 | PDMR3DeviceDetach
|
---|
174 | PDMR3DriverAttach
|
---|
175 | PDMR3NsBwGroupSetLimit
|
---|
176 | PDMR3QueryDeviceLun
|
---|
177 | PDMR3QueryDriverOnLun
|
---|
178 | PDMR3QueryLun
|
---|
179 |
|
---|
180 | PDMCritSectEnter
|
---|
181 | PDMCritSectEnterDebug
|
---|
182 | PDMCritSectTryEnter
|
---|
183 | PDMCritSectTryEnterDebug
|
---|
184 | PDMR3CritSectEnterEx
|
---|
185 | PDMCritSectLeave
|
---|
186 | PDMCritSectIsOwner
|
---|
187 | PDMCritSectIsOwnerEx
|
---|
188 | PDMCritSectIsOwned
|
---|
189 | PDMCritSectIsInitialized
|
---|
190 | PDMCritSectHasWaiters
|
---|
191 | PDMCritSectGetRecursion
|
---|
192 | PDMR3CritSectYield
|
---|
193 | PDMR3CritSectName
|
---|
194 | PDMR3CritSectScheduleExitEvent
|
---|
195 | PDMR3CritSectDelete
|
---|
196 |
|
---|
197 | PDMR3QueueDestroy
|
---|
198 | PDMQueueAlloc
|
---|
199 | PDMQueueInsert
|
---|
200 | PDMQueueInsertEx
|
---|
201 | PDMQueueR0Ptr
|
---|
202 | PDMQueueRCPtr
|
---|
203 |
|
---|
204 | PDMR3ThreadDestroy
|
---|
205 | PDMR3ThreadIAmRunning
|
---|
206 | PDMR3ThreadIAmSuspending
|
---|
207 | PDMR3ThreadResume
|
---|
208 | PDMR3ThreadSleep
|
---|
209 | PDMR3ThreadSuspend
|
---|
210 |
|
---|
211 | PDMR3UsbCreateEmulatedDevice
|
---|
212 | PDMR3UsbCreateProxyDevice
|
---|
213 | PDMR3UsbDetachDevice
|
---|
214 | PDMR3UsbHasHub
|
---|
215 | PDMR3UsbDriverAttach
|
---|
216 | PDMR3UsbDriverDetach
|
---|
217 | PDMR3UsbQueryLun
|
---|
218 |
|
---|
219 | PGMHandlerPhysicalPageTempOff
|
---|
220 | PGMPhysReadGCPtr
|
---|
221 | PGMPhysSimpleDirtyWriteGCPtr
|
---|
222 | PGMPhysSimpleReadGCPtr
|
---|
223 | PGMPhysSimpleWriteGCPhys
|
---|
224 | PGMPhysSimpleWriteGCPtr
|
---|
225 | PGMPhysWriteGCPtr
|
---|
226 | PGMShwMakePageWritable
|
---|
227 | PGMR3QueryGlobalMemoryStats
|
---|
228 | PGMR3QueryMemoryStats
|
---|
229 |
|
---|
230 | SSMR3Close
|
---|
231 | SSMR3DeregisterExternal
|
---|
232 | SSMR3DeregisterInternal
|
---|
233 | SSMR3GetBool
|
---|
234 | SSMR3GetGCPhys
|
---|
235 | SSMR3GetGCPhys32
|
---|
236 | SSMR3GetGCPhys64
|
---|
237 | SSMR3GetGCPtr
|
---|
238 | SSMR3GetGCUInt
|
---|
239 | SSMR3GetGCUIntPtr
|
---|
240 | SSMR3GetGCUIntReg
|
---|
241 | SSMR3GetIOPort
|
---|
242 | SSMR3GetMem
|
---|
243 | SSMR3GetRCPtr
|
---|
244 | SSMR3GetS128
|
---|
245 | SSMR3GetS16
|
---|
246 | SSMR3GetS32
|
---|
247 | SSMR3GetS64
|
---|
248 | SSMR3GetS8
|
---|
249 | SSMR3GetSInt
|
---|
250 | SSMR3GetSel
|
---|
251 | SSMR3GetStrZ
|
---|
252 | SSMR3GetStrZEx
|
---|
253 | SSMR3GetStruct
|
---|
254 | SSMR3GetStructEx
|
---|
255 | SSMR3GetU128
|
---|
256 | SSMR3GetU16
|
---|
257 | SSMR3GetU32
|
---|
258 | SSMR3GetU64
|
---|
259 | SSMR3GetU8
|
---|
260 | SSMR3GetUInt
|
---|
261 | SSMR3HandleGetAfter
|
---|
262 | SSMR3HandleGetStatus
|
---|
263 | SSMR3HandleHostBits
|
---|
264 | SSMR3HandleHostOSAndArch
|
---|
265 | SSMR3HandleIsLiveSave
|
---|
266 | SSMR3HandleMaxDowntime
|
---|
267 | SSMR3HandleReportLivePercent
|
---|
268 | SSMR3HandleRevision
|
---|
269 | SSMR3HandleSetStatus
|
---|
270 | SSMR3HandleVersion
|
---|
271 | SSMR3Open
|
---|
272 | SSMR3PutBool
|
---|
273 | SSMR3PutGCPhys
|
---|
274 | SSMR3PutGCPhys32
|
---|
275 | SSMR3PutGCPhys64
|
---|
276 | SSMR3PutGCPtr
|
---|
277 | SSMR3PutGCUInt
|
---|
278 | SSMR3PutGCUIntPtr
|
---|
279 | SSMR3PutGCUIntReg
|
---|
280 | SSMR3PutIOPort
|
---|
281 | SSMR3PutMem
|
---|
282 | SSMR3PutRCPtr
|
---|
283 | SSMR3PutS128
|
---|
284 | SSMR3PutS16
|
---|
285 | SSMR3PutS32
|
---|
286 | SSMR3PutS64
|
---|
287 | SSMR3PutS8
|
---|
288 | SSMR3PutSInt
|
---|
289 | SSMR3PutSel
|
---|
290 | SSMR3PutStrZ
|
---|
291 | SSMR3PutStruct
|
---|
292 | SSMR3PutStructEx
|
---|
293 | SSMR3PutU128
|
---|
294 | SSMR3PutU16
|
---|
295 | SSMR3PutU32
|
---|
296 | SSMR3PutU64
|
---|
297 | SSMR3PutU8
|
---|
298 | SSMR3PutUInt
|
---|
299 | SSMR3Seek
|
---|
300 | SSMR3SetCfgError
|
---|
301 | SSMR3SetLoadError
|
---|
302 | SSMR3SetLoadErrorV
|
---|
303 | SSMR3Skip
|
---|
304 | SSMR3SkipToEndOfUnit
|
---|
305 | SSMR3ValidateFile
|
---|
306 | SSMR3Cancel
|
---|
307 | SSMR3RegisterExternal
|
---|
308 |
|
---|
309 | STAMR3Dump
|
---|
310 | STAMR3Enum
|
---|
311 | STAMR3Reset
|
---|
312 | STAMR3Snapshot
|
---|
313 | STAMR3SnapshotFree
|
---|
314 | STAMR3GetUnit
|
---|
315 |
|
---|
316 | TMR3TimerSetCritSect
|
---|
317 | TMR3TimerLoad
|
---|
318 | TMR3TimerSave
|
---|
319 | TMR3TimerSkip
|
---|
320 | TMR3TimerDestroy
|
---|
321 | TMTimerFromMicro
|
---|
322 | TMTimerFromMilli
|
---|
323 | TMTimerFromNano
|
---|
324 | TMTimerGet
|
---|
325 | TMTimerGetFreq
|
---|
326 | TMTimerGetMicro
|
---|
327 | TMTimerGetMilli
|
---|
328 | TMTimerGetNano
|
---|
329 | TMTimerIsActive
|
---|
330 | TMTimerIsLockOwner
|
---|
331 | TMTimerLock
|
---|
332 | TMTimerR0Ptr
|
---|
333 | TMTimerR3Ptr
|
---|
334 | TMTimerRCPtr
|
---|
335 | TMTimerSet
|
---|
336 | TMTimerSetFrequencyHint
|
---|
337 | TMTimerSetMicro
|
---|
338 | TMTimerSetMillies
|
---|
339 | TMTimerSetNano
|
---|
340 | TMTimerSetRelative
|
---|
341 | TMTimerStop
|
---|
342 | TMTimerToMicro
|
---|
343 | TMTimerToMilli
|
---|
344 | TMTimerToNano
|
---|
345 | TMTimerUnlock
|
---|
346 | TMR3GetWarpDrive
|
---|
347 | TMR3SetWarpDrive
|
---|
348 |
|
---|
349 | VMMGetCpu
|
---|
350 |
|
---|
351 | VMMGetSvnRev
|
---|
352 | VMSetError
|
---|
353 | VMSetErrorV
|
---|
354 | VMR3AtErrorDeregister
|
---|
355 | VMR3AtErrorRegister
|
---|
356 | VMR3AtRuntimeErrorRegister
|
---|
357 | VMR3AtStateRegister
|
---|
358 | VMR3Create
|
---|
359 | VMR3Destroy
|
---|
360 | VMR3GetCpuCoreAndPackageIdFromCpuId
|
---|
361 | VMR3GetStateName
|
---|
362 | VMR3GetStateU
|
---|
363 | VMR3GetSuspendReason
|
---|
364 | VMR3GetVM
|
---|
365 | VMR3HotPlugCpu
|
---|
366 | VMR3HotUnplugCpu
|
---|
367 | VMR3LoadFromFile
|
---|
368 | VMR3LoadFromStream
|
---|
369 | VMR3PowerOff
|
---|
370 | VMR3PowerOn
|
---|
371 | VMR3ReleaseUVM
|
---|
372 | VMR3ReqCallNoWaitU
|
---|
373 | VMR3ReqCallU
|
---|
374 | VMR3ReqCallVoidWaitU
|
---|
375 | VMR3ReqCallWaitU
|
---|
376 | VMR3ReqFree
|
---|
377 | VMR3ReqPriorityCallWaitU
|
---|
378 | VMR3ReqWait
|
---|
379 | VMR3Reset
|
---|
380 | VMR3Resume
|
---|
381 | VMR3RetainUVM
|
---|
382 | VMR3Save
|
---|
383 | VMR3SetCpuExecutionCap
|
---|
384 | VMR3SetError
|
---|
385 | VMR3SetPowerOffInsteadOfReset
|
---|
386 | VMR3Suspend
|
---|
387 | VMR3Teleport
|
---|
388 | VMR3AtStateDeregister
|
---|
389 | VMR3GetUVM
|
---|
390 |
|
---|