VirtualBox

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

Last change on this file since 70501 was 69111, checked in by vboxsync, 7 years ago

(C) year

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