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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp3198 * Otherwise it's done as part of auto-load/store MSR area in the VMCS, see hmR0VmxLoadGuestMsrs().
4758 static int hmR0VmxLoadGuestMsrs(PVMCPU pVCpu, PCPUMCTX pMixedCtx) function
6334 case MSR_K6_EFER: /* Nothing to do here since we intercept writes, see hmR0VmxLoadGuestMsrs(). */
8406 rc = hmR0VmxLoadGuestMsrs(pVCpu, pMixedCtx);
10944 /* EFER writes are always intercepted, see hmR0VmxLoadGuestMsrs(). */

Completed in 84 milliseconds