Searched refs:PGMUpdateCR3 (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpgm.h341 VMMDECL(int) PGMUpdateCR3(PVMCPU pVCpu, uint64_t cr3);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp1768 * @remarks This must be called *AFTER* PGMUpdateCR3.
2044 VMMDECL(int) PGMUpdateCR3(PVMCPU pVCpu, uint64_t cr3) function
2047 LogFlow(("PGMUpdateCR3: cr3=%RX64 OldCr3=%RX64\n", cr3, pVCpu->pgm.s.GCPhysCR3));
/vbox/src/VBox/VMM/VMMR3/
H A DEM.cpp1565 int rc2 = PGMUpdateCR3(pVCpu, CPUMGetGuestCR3(pVCpu));
1571 /* Update PAE PDPEs. This must be done *after* PGMUpdateCR3() and used only by the Nested Paging case for HM. */
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp2048 * This is done as the very last step of syncing the guest state, as PGMUpdateCR3() may cause longjmp's to ring-3.
2054 PGMUpdateCR3(pVCpu, pVmcb->guest.u64CR3);
H A DHMVMXR0.cpp6392 PGMUpdateCR3(pVCpu, u64Val);
6397 /* Set the force flag to inform PGM about it when necessary. It is cleared by PGMUpdateCR3().*/
6433 * calls into PGM when it re-saves CR3 will end up here and we call PGMUpdateCR3(). This is why the code below should
6441 PGMUpdateCR3(pVCpu, CPUMGetGuestCR3(pVCpu));
6874 int rc2 = PGMUpdateCR3(pVCpu, pMixedCtx->cr3);

Completed in 102 milliseconds