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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp6022 static int hmR0VmxSaveGuestCR4(PVMCPU pVCpu, PCPUMCTX pMixedCtx) function
6370 rc = hmR0VmxSaveGuestCR4(pVCpu, pMixedCtx);
10274 int rc = hmR0VmxSaveGuestCR4(pVCpu, pMixedCtx);
10291 int rc = hmR0VmxSaveGuestCR4(pVCpu, pMixedCtx); /** @todo review if CR4 is really required by EM. */
10317 int rc = hmR0VmxSaveGuestCR4(pVCpu, pMixedCtx); /** @todo review if CR4 is really required by EM. */
10347 int rc = hmR0VmxSaveGuestCR4(pVCpu, pMixedCtx); /** @todo review if CR4 is really required by EM. */
10648 rc |= hmR0VmxSaveGuestCR4(pVCpu, pMixedCtx);

Completed in 83 milliseconds