Lines Matching refs:hmR0VmxSaveGuestState
6428 * -> VMMRZCallRing3Disable() -> hmR0VmxSaveGuestState() -> Set VMCPU_FF_HM_UPDATE_CR3 pending -> return from the longjmp
6715 static int hmR0VmxSaveGuestState(PVMCPU pVCpu, PCPUMCTX pMixedCtx)
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(pVCpu, pMixedCtx);
10679 int rc = hmR0VmxSaveGuestState(pVCpu, pMixedCtx);
11181 rc2 |= hmR0VmxSaveGuestState(pVCpu, pMixedCtx);
11206 rc2 = hmR0VmxSaveGuestState(pVCpu, pMixedCtx);
11442 rc = hmR0VmxSaveGuestState(pVCpu, pMixedCtx);
11617 rc |= hmR0VmxSaveGuestState(pVCpu, pMixedCtx); /** @todo Can we do better? */
11674 rc |= hmR0VmxSaveGuestState(pVCpu, pMixedCtx); /** @todo Can we do better? */
11771 int rc = hmR0VmxSaveGuestState(pVCpu, pMixedCtx);
11949 rc |= hmR0VmxSaveGuestState(pVCpu, pMixedCtx);
11968 rc = hmR0VmxSaveGuestState(pVCpu, pMixedCtx);
12284 rc = hmR0VmxSaveGuestState(pVCpu, pMixedCtx);