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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp7081 * @param fSaveGuestState Whether to save the guest state or not.
7085 static int hmR0VmxLeave(PVM pVM, PVMCPU pVCpu, PCPUMCTX pMixedCtx, bool fSaveGuestState) argument
7099 if ( fSaveGuestState
7111 if (!fSaveGuestState)
7148 if (!fSaveGuestState)
7216 int rc2 = hmR0VmxLeave(pVM, pVCpu, pMixedCtx, true /* fSaveGuestState */);
8229 hmR0VmxLeave(pVM, pVCpu, pMixedCtx, false /* fSaveGuestState */);

Completed in 85 milliseconds