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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp6109 static int hmR0VmxSaveGuestRflags(PVMCPU pVCpu, PCPUMCTX pMixedCtx) function
6141 rc |= hmR0VmxSaveGuestRflags(pVCpu, pMixedCtx);
6180 rc = hmR0VmxSaveGuestRflags(pVCpu, pMixedCtx); /* for hmR0VmxGetGuestIntrState(). */
6802 rc |= hmR0VmxSaveGuestRflags(pVCpu, pMixedCtx);
7545 int rc = hmR0VmxSaveGuestRflags(pVCpu, pMixedCtx);
7686 int rc2 = hmR0VmxSaveGuestRflags(pVCpu, pMixedCtx);
8900 rc = hmR0VmxSaveGuestRflags(pVCpu, pMixedCtx);
9098 int rc2 = hmR0VmxSaveGuestRflags(pVCpu, pCtx);
9387 rc |= hmR0VmxSaveGuestRflags(pVCpu, pMixedCtx);
10437 rc |= hmR0VmxSaveGuestRflags(pVCp
[all...]

Completed in 82 milliseconds