VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/VMMR3.def@ 76553

Last change on this file since 76553 was 76553, checked in by vboxsync, 5 years ago

scm --update-copyright-year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 9.4 KB
Line 
1; $Id: VMMR3.def 76553 2019-01-01 01:45:53Z vboxsync $
2;; @file
3; VMM Ring-3 Context DLL - Definition file.
4
5;
6; Copyright (C) 2010-2019 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
17LIBRARY VBoxVMM.dll
18EXPORTS
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 DBGFR3InfoDeregisterExternal
107 DBGFR3InjectNMI
108 DBGFR3LogModifyDestinations
109 DBGFR3LogModifyFlags
110 DBGFR3LogModifyGroups
111 DBGFR3OSDetect
112 DBGFR3OSQueryNameAndVersion
113 DBGFR3RegCpuQueryU8
114 DBGFR3RegCpuQueryU16
115 DBGFR3RegCpuQueryU32
116 DBGFR3RegCpuQueryU64
117 DBGFR3RegCpuQueryXdtr
118 DBGFR3RegCpuQueryLrd
119 DBGFR3RegFormatValue
120 DBGFR3RegNmQuery
121 DBGFR3RegNmQueryAll
122 DBGFR3RegNmQueryAllCount
123 DBGFR3OSDeregister
124 DBGFR3OSRegister
125 DBGFR3OSQueryInterface
126 DBGFR3MemReadString
127 DBGFR3MemRead
128 DBGFR3MemScan
129 DBGFR3ModInMem
130 DBGFR3AddrFromFlat
131 DBGFR3AsSymbolByName
132 DBGFR3AsResolveAndRetain
133 DBGFR3AsSetAlias
134 DBGFR3AddrAdd
135 DBGFR3AddrSub
136 DBGFR3AsGetConfig
137 DBGFR3CpuGetMode
138 DBGFR3AddrFromSelOff
139 DBGFR3FlowCreate
140 DBGFR3FlowRetain
141 DBGFR3FlowRelease
142 DBGFR3FlowQueryStartBb
143 DBGFR3FlowQueryBbByAddress
144 DBGFR3FlowQueryBranchTblByAddress
145 DBGFR3FlowGetBbCount
146 DBGFR3FlowGetBranchTblCount
147 DBGFR3FlowBbRetain
148 DBGFR3FlowBbRelease
149 DBGFR3FlowBbGetStartAddress
150 DBGFR3FlowBbGetEndAddress
151 DBGFR3FlowBbGetBranchAddress
152 DBGFR3FlowBbGetFollowingAddress
153 DBGFR3FlowBbGetType
154 DBGFR3FlowBbGetInstrCount
155 DBGFR3FlowBbGetFlags
156 DBGFR3FlowBbQueryBranchTbl
157 DBGFR3FlowBbQueryError
158 DBGFR3FlowBbQueryInstr
159 DBGFR3FlowBbQuerySuccessors
160 DBGFR3FlowBbGetRefBbCount
161 DBGFR3FlowBbGetRefBb
162 DBGFR3FlowBranchTblRetain
163 DBGFR3FlowBranchTblRelease
164 DBGFR3FlowBranchTblGetSlots
165 DBGFR3FlowBranchTblGetStartAddress
166 DBGFR3FlowBranchTblGetAddrAtSlot
167 DBGFR3FlowBranchTblQueryAddresses
168 DBGFR3FlowItCreate
169 DBGFR3FlowItDestroy
170 DBGFR3FlowItNext
171 DBGFR3FlowItReset
172 DBGFR3FlowBranchTblItCreate
173 DBGFR3FlowBranchTblItDestroy
174 DBGFR3FlowBranchTblItNext
175 DBGFR3FlowBranchTblItReset
176 DBGFR3PlugInLoad
177 DBGFR3PlugInUnload
178 DBGFR3PlugInLoadAll
179 DBGFR3PlugInUnloadAll
180 DBGFR3StackWalkBegin
181 DBGFR3StackWalkNext
182 DBGFR3StackWalkEnd
183 DBGFR3TypeDeregister
184 DBGFR3TypeDumpEx
185 DBGFR3TypeQueryReg
186 DBGFR3TypeQuerySize
187 DBGFR3TypeQueryValByType
188 DBGFR3TypeRegister
189 DBGFR3TypeSetSize
190 DBGFR3TypeValFree
191 DBGFR3TypeValDumpEx
192
193 EMR3QueryExecutionPolicy
194 EMR3QueryMainExecutionEngine
195 EMR3SetExecutionPolicy
196
197 FTMR3CancelStandby
198 FTMR3PowerOn
199
200 MMHyperR3ToR0
201 MMHyperR3ToRC
202
203 HMR3IsEnabled
204 HMR3IsNestedPagingActive
205 HMR3IsUXActive
206 HMR3IsVpidActive
207
208 MMR3HeapFree
209 MMR3HeapRealloc
210 MMR3HeapAllocU
211
212 MMR3HyperAllocOnceNoRel
213
214 PATMR3AllowPatching
215 PATMR3IsEnabled
216
217 PDMR3AsyncCompletionBwMgrSetMaxForFile
218 PDMR3DeviceAttach
219 PDMR3DeviceDetach
220 PDMR3DriverAttach
221 PDMR3DriverDetach
222 PDMR3NsBwGroupSetLimit
223 PDMR3QueryDeviceLun
224 PDMR3QueryDriverOnLun
225 PDMR3QueryLun
226
227 PDMCritSectEnter
228 PDMCritSectEnterDebug
229 PDMCritSectTryEnter
230 PDMCritSectTryEnterDebug
231 PDMR3CritSectEnterEx
232 PDMCritSectLeave
233 PDMCritSectIsOwner
234 PDMCritSectIsOwnerEx
235 PDMCritSectIsOwned
236 PDMCritSectIsInitialized
237 PDMCritSectHasWaiters
238 PDMCritSectGetRecursion
239 PDMR3CritSectYield
240 PDMR3CritSectName
241 PDMR3CritSectScheduleExitEvent
242 PDMR3CritSectDelete
243
244 PDMR3QueueDestroy
245 PDMQueueAlloc
246 PDMQueueInsert
247 PDMQueueInsertEx
248 PDMQueueR0Ptr
249 PDMQueueRCPtr
250
251 PDMR3ThreadDestroy
252 PDMR3ThreadIAmRunning
253 PDMR3ThreadIAmSuspending
254 PDMR3ThreadResume
255 PDMR3ThreadSleep
256 PDMR3ThreadSuspend
257
258 PDMR3UsbCreateEmulatedDevice
259 PDMR3UsbCreateProxyDevice
260 PDMR3UsbDetachDevice
261 PDMR3UsbHasHub
262 PDMR3UsbDriverAttach
263 PDMR3UsbDriverDetach
264 PDMR3UsbQueryLun
265 PDMR3UsbQueryDriverOnLun
266
267 PGMHandlerPhysicalPageTempOff
268 PGMPhysReadGCPtr
269 PGMPhysSimpleDirtyWriteGCPtr
270 PGMPhysSimpleReadGCPtr
271 PGMPhysSimpleWriteGCPhys
272 PGMPhysSimpleWriteGCPtr
273 PGMPhysWriteGCPtr
274 PGMShwMakePageWritable
275 PGMR3QueryGlobalMemoryStats
276 PGMR3QueryMemoryStats
277
278 SSMR3Close
279 SSMR3DeregisterExternal
280 SSMR3DeregisterInternal
281 SSMR3GetBool
282 SSMR3GetGCPhys
283 SSMR3GetGCPhys32
284 SSMR3GetGCPhys64
285 SSMR3GetGCPtr
286 SSMR3GetGCUInt
287 SSMR3GetGCUIntPtr
288 SSMR3GetGCUIntReg
289 SSMR3GetIOPort
290 SSMR3GetMem
291 SSMR3GetRCPtr
292 SSMR3GetS128
293 SSMR3GetS16
294 SSMR3GetS32
295 SSMR3GetS64
296 SSMR3GetS8
297 SSMR3GetSInt
298 SSMR3GetSel
299 SSMR3GetStrZ
300 SSMR3GetStrZEx
301 SSMR3GetStruct
302 SSMR3GetStructEx
303 SSMR3GetU128
304 SSMR3GetU16
305 SSMR3GetU32
306 SSMR3GetU64
307 SSMR3GetU8
308 SSMR3GetUInt
309 SSMR3HandleGetAfter
310 SSMR3HandleGetStatus
311 SSMR3HandleHostBits
312 SSMR3HandleHostOSAndArch
313 SSMR3HandleIsLiveSave
314 SSMR3HandleMaxDowntime
315 SSMR3HandleReportLivePercent
316 SSMR3HandleRevision
317 SSMR3HandleSetStatus
318 SSMR3HandleVersion
319 SSMR3Open
320 SSMR3PutBool
321 SSMR3PutGCPhys
322 SSMR3PutGCPhys32
323 SSMR3PutGCPhys64
324 SSMR3PutGCPtr
325 SSMR3PutGCUInt
326 SSMR3PutGCUIntPtr
327 SSMR3PutGCUIntReg
328 SSMR3PutIOPort
329 SSMR3PutMem
330 SSMR3PutRCPtr
331 SSMR3PutS128
332 SSMR3PutS16
333 SSMR3PutS32
334 SSMR3PutS64
335 SSMR3PutS8
336 SSMR3PutSInt
337 SSMR3PutSel
338 SSMR3PutStrZ
339 SSMR3PutStruct
340 SSMR3PutStructEx
341 SSMR3PutU128
342 SSMR3PutU16
343 SSMR3PutU32
344 SSMR3PutU64
345 SSMR3PutU8
346 SSMR3PutUInt
347 SSMR3Seek
348 SSMR3SetCfgError
349 SSMR3SetLoadError
350 SSMR3SetLoadErrorV
351 SSMR3Skip
352 SSMR3SkipToEndOfUnit
353 SSMR3ValidateFile
354 SSMR3Cancel
355 SSMR3RegisterExternal
356
357 STAMR3Dump
358 STAMR3Enum
359 STAMR3Reset
360 STAMR3Snapshot
361 STAMR3SnapshotFree
362 STAMR3GetUnit
363 STAMR3RegisterFU
364 STAMR3RegisterVU
365 STAMR3DeregisterF
366 STAMR3DeregisterV
367
368 TMR3TimerSetCritSect
369 TMR3TimerLoad
370 TMR3TimerSave
371 TMR3TimerSkip
372 TMR3TimerDestroy
373 TMTimerFromMicro
374 TMTimerFromMilli
375 TMTimerFromNano
376 TMTimerGet
377 TMTimerGetFreq
378 TMTimerGetMicro
379 TMTimerGetMilli
380 TMTimerGetNano
381 TMTimerIsActive
382 TMTimerIsLockOwner
383 TMTimerLock
384 TMTimerR0Ptr
385 TMTimerR3Ptr
386 TMTimerRCPtr
387 TMTimerSet
388 TMTimerSetFrequencyHint
389 TMTimerSetMicro
390 TMTimerSetMillies
391 TMTimerSetNano
392 TMTimerSetRelative
393 TMTimerStop
394 TMTimerToMicro
395 TMTimerToMilli
396 TMTimerToNano
397 TMTimerUnlock
398 TMR3GetWarpDrive
399 TMR3SetWarpDrive
400 TMR3TimeVirtGet
401 TMR3TimeVirtGetMicro
402 TMR3TimeVirtGetMilli
403 TMR3TimeVirtGetNano
404
405 VMMGetCpu
406
407 VMMGetSvnRev
408 VMSetError
409 VMSetErrorV
410 VMR3AtErrorDeregister
411 VMR3AtErrorRegister
412 VMR3AtRuntimeErrorRegister
413 VMR3AtStateRegister
414 VMR3Create
415 VMR3Destroy
416 VMR3GetCpuCoreAndPackageIdFromCpuId
417 VMR3GetStateName
418 VMR3GetStateU
419 VMR3GetSuspendReason
420 VMR3GetVM
421 VMR3HotPlugCpu
422 VMR3HotUnplugCpu
423 VMR3LoadFromFile
424 VMR3LoadFromStream
425 VMR3PowerOff
426 VMR3PowerOn
427 VMR3ReleaseUVM
428 VMR3ReqCallNoWaitU
429 VMR3ReqCallU
430 VMR3ReqCallVoidWaitU
431 VMR3ReqCallWaitU
432 VMR3ReqFree
433 VMR3ReqPriorityCallWaitU
434 VMR3ReqWait
435 VMR3Reset
436 VMR3Resume
437 VMR3RetainUVM
438 VMR3Save
439 VMR3SetCpuExecutionCap
440 VMR3SetError
441 VMR3SetPowerOffInsteadOfReset
442 VMR3Suspend
443 VMR3Teleport
444 VMR3AtStateDeregister
445 VMR3GetUVM
446
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use