Searched refs:PGM_SYNC_MAP_CR3 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp1987 pVCpu->pgm.s.fSyncFlags |= PGM_SYNC_MAP_CR3;
2141 if (pVCpu->pgm.s.fSyncFlags & PGM_SYNC_MAP_CR3)
2143 pVCpu->pgm.s.fSyncFlags &= ~PGM_SYNC_MAP_CR3;
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3979 #define PGM_SYNC_MAP_CR3 RT_BIT(3) macro

Completed in 71 milliseconds