Searched refs:VMR3Create (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstVMM-HM.cpp87 int rc = VMR3Create(1, NULL, NULL, NULL, tstVmmHmConfigConstructor, NULL, &pVM, &pUVM);
H A DtstVMMFork.cpp70 int rc = VMR3Create(1, NULL, NULL, NULL, NULL, NULL, &pVM, &pUVM);
H A DtstPDMAsyncCompletion.cpp93 int rc = VMR3Create(1, NULL, NULL, NULL, NULL, NULL, &pVM, &pUVM);
H A DtstVMREQ.cpp240 int rc = VMR3Create(1, NULL, NULL, NULL, tstVMREQConfigConstructor, NULL, NULL, &pUVM);
H A DtstMicro.cpp356 int rc = VMR3Create(1, NULL, NULL, NULL, NULL, NULL, &pVM, &pUVM);
H A DtstVMM.cpp270 int rc = VMR3Create(g_cCpus, NULL, NULL, NULL, tstVMMConfigConstructor, NULL, &pVM, &pUVM);
365 RTTestFailed(hTest, "VMR3Create failed: rc=%Rrc\n", rc);
H A DtstPDMAsyncCompletionStress.cpp581 int rc = VMR3Create(1, NULL, NULL, NULL, NULL, NULL, &pVM, &pUVM);
H A DtstAnimate.cpp838 rc = VMR3Create(1, NULL, NULL, NULL, cfgmR3CreateDefault, &cbMem, &pVM, &pUVM);
/vbox/src/VBox/Debugger/testcase/
H A DtstVBoxDbg.cpp49 int rc = VMR3Create(1, NULL, NULL, NULL, NULL, NULL, &pVM, &pUVM);
/vbox/include/VBox/vmm/
H A Dvmapi.h402 VMMR3DECL(int) VMR3Create(uint32_t cCpus, PCVMM2USERMETHODS pVm2UserCbs,
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp182 VMMR3DECL(int) VMR3Create(uint32_t cCpus, PCVMM2USERMETHODS pVmm2UserMethods, function
187 LogFlow(("VMR3Create: cCpus=%RU32 pVmm2UserMethods=%p pfnVMAtError=%p pvUserVM=%p pfnCFGMConstructor=%p pvUserCFGM=%p ppVM=%p ppUVM=%p\n",
273 LogFlow(("VMR3Create: returns VINF_SUCCESS (pVM=%p, pUVM=%p\n", pUVM->pVM, pUVM));
397 "bit is set on the executables calling VMR3Create.");
449 LogFlow(("VMR3Create: returns %Rrc\n", rc));
622 Log(("VMR3Create: Created pUVM=%p pVM=%p pVMR0=%p hSelf=%#x cCpus=%RU32\n",
773 * @param cCpus The CPU count given to VMR3Create.
825 ("Configuration error: \"NumCPUs\"=%RU32 and VMR3Create::cCpus=%RU32 does not match!\n",
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8273 * VMR3Create() or after VMR3Create() failed, so no need to touch
9542 vrc = VMR3Create(cCpus,
9756 * pfnVMAtError() function passed to VMR3Create() is supposed to
9768 * If VMR3Create() failed it has released the VM memory.
9776 /* If VMR3Create() or one of the other calls in this function fail,
9807 * 1) we failed before VMR3Create() was called;
9808 * 2) VMR3Create() failed.

Completed in 90 milliseconds