Searched refs:fGstAmd64ShadowedPml4eMask (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp1160 pPml4e->u |= pShwPage->Core.Key | (uGstPml4e & pVCpu->pgm.s.fGstAmd64ShadowedPml4eMask);
2444 pVCpu->pgm.s.fGstAmd64ShadowedPml4eMask |= X86_PML4E_NX;
2465 pVCpu->pgm.s.fGstAmd64ShadowedPml4eMask &= ~X86_PML4E_NX;
/vbox/src/VBox/VMM/VMMR3/
H A DPGM.cpp2207 pVCpu->pgm.s.fGstAmd64ShadowedPml4eMask = X86_PML4E_P | X86_PML4E_RW | X86_PML4E_US | X86_PML4E_A;
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3831 uint64_t fGstAmd64ShadowedPml4eMask; member in struct:PGMCPU

Completed in 1329 milliseconds