Searched defs:ppUVM (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp103 static int vmR3CreateUVM(uint32_t cCpus, PCVMM2USERMETHODS pVmm2UserMethods, PUVM *ppUVM);
176 * @param ppUVM Where to optionally store the user 'handle' of
185 PVM *ppVM, PUVM *ppUVM)
187 LogFlow(("VMR3Create: cCpus=%RU32 pVmm2UserMethods=%p pfnVMAtError=%p pvUserVM=%p pfnCFGMConstructor=%p pvUserCFGM=%p ppVM=%p ppUVM=%p\n",
188 cCpus, pVmm2UserMethods, pfnVMAtError, pvUserVM, pfnCFGMConstructor, pvUserCFGM, ppVM, ppUVM));
206 AssertPtrNullReturn(ppUVM, VERR_INVALID_POINTER);
207 AssertReturn(ppVM || ppUVM, VERR_INVALID_PARAMETER);
268 if (ppUVM)
271 *ppUVM = pUVM;
464 * @param ppUVM Wher
182 VMR3Create(uint32_t cCpus, PCVMM2USERMETHODS pVmm2UserMethods, PFNVMATERROR pfnVMAtError, void *pvUserVM, PFNCFGMCONSTRUCTOR pfnCFGMConstructor, void *pvUserCFGM, PVM *ppVM, PUVM *ppUVM) argument
466 vmR3CreateUVM(uint32_t cCpus, PCVMM2USERMETHODS pVmm2UserMethods, PUVM *ppUVM) argument
[all...]

Completed in 46 milliseconds