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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp6428 * -> VMMRZCallRing3Disable() -> hmR0VmxSaveGuestState() -> Set VMCPU_FF_HM_UPDATE_CR3 pending -> return from the longjmp
6715 static int hmR0VmxSaveGuestState(PVMCPU pVCpu, PCPUMCTX pMixedCtx) function
6831 return hmR0VmxSaveGuestState(pVCpu, pMixedCtx);
7102 int rc = hmR0VmxSaveGuestState(pVCpu, pMixedCtx);
8897 rc = hmR0VmxSaveGuestState(pVCpu, pMixedCtx);
8907 * why it's done here as it's easier and no less efficient to deal with it here than making hmR0VmxSaveGuestState()
8977 hmR0VmxSaveGuestState(pVCpu, pCtx);
9061 hmR0VmxSaveGuestState(pVCpu, pCtx);
9154 # define SVVMCS() do { int rc2 = hmR0VmxSaveGuestState(pVCpu, pMixedCtx); AssertRC(rc2); } while (0)
10379 int rc = hmR0VmxSaveGuestState(pVCp
[all...]

Completed in 88 milliseconds