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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp6363 static int hmR0VmxSaveGuestControlRegs(PVMCPU pVCpu, PCPUMCTX pMixedCtx) function
6429 * -> continue with VM-exit handling -> hmR0VmxSaveGuestControlRegs() and here we are.
6734 rc = hmR0VmxSaveGuestControlRegs(pVCpu, pMixedCtx);
6735 AssertLogRelMsgRCReturn(rc, ("hmR0VmxSaveGuestControlRegs failed! rc=%Rrc (pVCpu=%p)\n", rc, pVCpu), rc);
6809 rc |= hmR0VmxSaveGuestControlRegs(pVCpu, pMixedCtx);
6868 int rc3 = hmR0VmxSaveGuestControlRegs(pVCpu, pMixedCtx);
8228 holding the PGM lock while saving the guest state (see hmR0VmxSaveGuestControlRegs()). */
10413 rc |= hmR0VmxSaveGuestControlRegs(pVCpu, pMixedCtx);
11033 rc |= hmR0VmxSaveGuestControlRegs(pVCpu, pMixedCtx);
11076 rc |= hmR0VmxSaveGuestControlRegs(pVCp
[all...]

Completed in 80 milliseconds