VirtualBox

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

Last change on this file since 55888 was 55888, checked in by vboxsync, 10 years ago

build fix

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.6 KB
Line 
1; $Id: VMMR3.def 55888 2015-05-16 13:11:38Z vboxsync $
2;; @file
3; VMM Ring-3 Context DLL - Definition file.
4
5;
6; Copyright (C) 2010-2014 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 DBGFR3PlugInLoad
133 DBGFR3PlugInUnload
134 DBGFR3PlugInLoadAll
135 DBGFR3PlugInUnloadAll
136
137 EMR3QueryExecutionPolicy
138 EMR3SetExecutionPolicy
139
140 FTMR3CancelStandby
141 FTMR3PowerOn
142
143 HMR3IsEnabled
144 HMR3IsNestedPagingActive
145 HMR3IsUXActive
146 HMR3IsVpidActive
147
148 MMR3HeapFree
149 MMR3HeapRealloc
150
151 PATMR3AllowPatching
152 PATMR3IsEnabled
153
154 PDMR3AsyncCompletionBwMgrSetMaxForFile
155 PDMR3DeviceAttach
156 PDMR3DeviceDetach
157 PDMR3DriverAttach
158 PDMR3NsBwGroupSetLimit
159 PDMR3QueryDeviceLun
160 PDMR3QueryDriverOnLun
161 PDMR3QueryLun
162
163 PDMCritSectEnter
164 PDMCritSectEnterDebug
165 PDMCritSectTryEnter
166 PDMCritSectTryEnterDebug
167 PDMR3CritSectEnterEx
168 PDMCritSectLeave
169 PDMCritSectIsOwner
170 PDMCritSectIsOwnerEx
171 PDMCritSectIsOwned
172 PDMCritSectIsInitialized
173 PDMCritSectHasWaiters
174 PDMCritSectGetRecursion
175 PDMR3CritSectYield
176 PDMR3CritSectName
177 PDMR3CritSectScheduleExitEvent
178 PDMR3CritSectDelete
179
180 PDMR3QueueDestroy
181 PDMQueueAlloc
182 PDMQueueInsert
183 PDMQueueInsertEx
184 PDMQueueR0Ptr
185 PDMQueueRCPtr
186
187 PDMR3ThreadDestroy
188 PDMR3ThreadIAmRunning
189 PDMR3ThreadIAmSuspending
190 PDMR3ThreadResume
191 PDMR3ThreadSleep
192 PDMR3ThreadSuspend
193
194 PDMR3UsbCreateEmulatedDevice
195 PDMR3UsbCreateProxyDevice
196 PDMR3UsbDetachDevice
197 PDMR3UsbHasHub
198 PDMR3UsbDriverAttach
199 PDMR3UsbDriverDetach
200 PDMR3UsbQueryLun
201
202 PGMHandlerPhysicalPageTempOff
203 PGMPhysReadGCPtr
204 PGMPhysSimpleDirtyWriteGCPtr
205 PGMPhysSimpleReadGCPtr
206 PGMPhysSimpleWriteGCPhys
207 PGMPhysSimpleWriteGCPtr
208 PGMPhysWriteGCPtr
209 PGMShwMakePageWritable
210 PGMR3QueryGlobalMemoryStats
211 PGMR3QueryMemoryStats
212
213 SSMR3Close
214 SSMR3DeregisterExternal
215 SSMR3DeregisterInternal
216 SSMR3GetBool
217 SSMR3GetGCPhys
218 SSMR3GetGCPhys32
219 SSMR3GetGCPhys64
220 SSMR3GetGCPtr
221 SSMR3GetGCUInt
222 SSMR3GetGCUIntPtr
223 SSMR3GetGCUIntReg
224 SSMR3GetIOPort
225 SSMR3GetMem
226 SSMR3GetRCPtr
227 SSMR3GetS128
228 SSMR3GetS16
229 SSMR3GetS32
230 SSMR3GetS64
231 SSMR3GetS8
232 SSMR3GetSInt
233 SSMR3GetSel
234 SSMR3GetStrZ
235 SSMR3GetStrZEx
236 SSMR3GetStruct
237 SSMR3GetStructEx
238 SSMR3GetU128
239 SSMR3GetU16
240 SSMR3GetU32
241 SSMR3GetU64
242 SSMR3GetU8
243 SSMR3GetUInt
244 SSMR3HandleGetAfter
245 SSMR3HandleGetStatus
246 SSMR3HandleHostBits
247 SSMR3HandleHostOSAndArch
248 SSMR3HandleIsLiveSave
249 SSMR3HandleMaxDowntime
250 SSMR3HandleReportLivePercent
251 SSMR3HandleRevision
252 SSMR3HandleSetStatus
253 SSMR3HandleVersion
254 SSMR3Open
255 SSMR3PutBool
256 SSMR3PutGCPhys
257 SSMR3PutGCPhys32
258 SSMR3PutGCPhys64
259 SSMR3PutGCPtr
260 SSMR3PutGCUInt
261 SSMR3PutGCUIntPtr
262 SSMR3PutGCUIntReg
263 SSMR3PutIOPort
264 SSMR3PutMem
265 SSMR3PutRCPtr
266 SSMR3PutS128
267 SSMR3PutS16
268 SSMR3PutS32
269 SSMR3PutS64
270 SSMR3PutS8
271 SSMR3PutSInt
272 SSMR3PutSel
273 SSMR3PutStrZ
274 SSMR3PutStruct
275 SSMR3PutStructEx
276 SSMR3PutU128
277 SSMR3PutU16
278 SSMR3PutU32
279 SSMR3PutU64
280 SSMR3PutU8
281 SSMR3PutUInt
282 SSMR3Seek
283 SSMR3SetCfgError
284 SSMR3SetLoadError
285 SSMR3SetLoadErrorV
286 SSMR3Skip
287 SSMR3SkipToEndOfUnit
288 SSMR3ValidateFile
289 SSMR3Cancel
290 SSMR3RegisterExternal
291
292 STAMR3Dump
293 STAMR3Enum
294 STAMR3Reset
295 STAMR3Snapshot
296 STAMR3SnapshotFree
297 STAMR3GetUnit
298
299 TMR3TimerSetCritSect
300 TMR3TimerLoad
301 TMR3TimerSave
302 TMR3TimerDestroy
303 TMTimerFromMicro
304 TMTimerFromMilli
305 TMTimerFromNano
306 TMTimerGet
307 TMTimerGetFreq
308 TMTimerGetMicro
309 TMTimerGetMilli
310 TMTimerGetNano
311 TMTimerIsActive
312 TMTimerIsLockOwner
313 TMTimerLock
314 TMTimerR0Ptr
315 TMTimerR3Ptr
316 TMTimerRCPtr
317 TMTimerSet
318 TMTimerSetFrequencyHint
319 TMTimerSetMicro
320 TMTimerSetMillies
321 TMTimerSetNano
322 TMTimerSetRelative
323 TMTimerStop
324 TMTimerToMicro
325 TMTimerToMilli
326 TMTimerToNano
327 TMTimerUnlock
328 TMR3GetWarpDrive
329 TMR3SetWarpDrive
330
331 VMMGetCpu
332
333 VMMGetSvnRev
334 VMSetError
335 VMSetErrorV
336 VMR3AtErrorDeregister
337 VMR3AtErrorRegister
338 VMR3AtRuntimeErrorRegister
339 VMR3AtStateRegister
340 VMR3Create
341 VMR3Destroy
342 VMR3GetCpuCoreAndPackageIdFromCpuId
343 VMR3GetStateName
344 VMR3GetStateU
345 VMR3GetVM
346 VMR3HotPlugCpu
347 VMR3HotUnplugCpu
348 VMR3LoadFromFile
349 VMR3LoadFromStream
350 VMR3PowerOff
351 VMR3PowerOn
352 VMR3ReleaseUVM
353 VMR3ReqCallNoWaitU
354 VMR3ReqCallU
355 VMR3ReqCallVoidWaitU
356 VMR3ReqCallWaitU
357 VMR3ReqFree
358 VMR3ReqPriorityCallWaitU
359 VMR3ReqWait
360 VMR3Reset
361 VMR3Resume
362 VMR3RetainUVM
363 VMR3Save
364 VMR3SetCpuExecutionCap
365 VMR3SetError
366 VMR3SetPowerOffInsteadOfReset
367 VMR3Suspend
368 VMR3Teleport
369 VMR3AtStateDeregister
370 VMR3GetUVM
371
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