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

/vbox/src/VBox/Main/include/
H A DConsoleImpl.h402 * Helper class that protects sections of code using the mpUVM pointer by
405 * with mpUVM. The usage pattern is:
410 * VMR3ReqCall (mpUVM, ...
456 SafeVMPtrBase(Console *aThat) : Base(aThat), mRC(E_FAIL), mpUVM(NULL)
459 mRC = aThat->i_safeVMPtrRetainer(&mpUVM, taQuiet);
466 PUVM rawUVM() const { return mpUVM; }
484 Base::mThat->i_safeVMPtrReleaser(&mpUVM);
490 PUVM mpUVM; member in class:Console::SafeVMPtrBase
497 * Helper class that safely manages the Console::mpUVM pointer
869 PUVM mpUVM; member in class:Console
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp57 PUVM mpUVM; member in class:TeleporterState
74 , mpUVM(pUVM)
84 VMR3RetainUVM(mpUVM);
89 VMR3ReleaseUVM(mpUVM);
90 mpUVM = NULL;
575 SSMR3Cancel(pState->mpUVM);
599 SSMR3Cancel(pState->mpUVM);
687 vrc = VMR3Teleport(pState->mpUVM,
796 VMSTATE const enmVMState = VMR3GetStateU(pState->mpUVM);
893 int rc = VMR3Resume(pState->mpUVM, VMRESUMEREASON_TELEPORT_FAILE
[all...]

Completed in 36 milliseconds