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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllShw.h41 #undef SHW_PTE_GET_U macro
78 # define SHW_PTE_GET_U(Pte) ( (Pte).u ) /**< Use with care. */ macro
109 # define SHW_PTE_GET_U(Pte) ( (Pte).u ) /**< Use with care. */ macro
144 # define SHW_PTE_GET_U(Pte) PGMSHWPTEPAE_GET_U(Pte) /**< Use with care. */ macro
324 *pfFlags = (SHW_PTE_GET_U(Pte) & ~SHW_PTE_PG_MASK)
328 if (((SHW_PTE_GET_U(Pte) | Pde.u) & X86_PTE_PAE_NX) && CPUMIsGuestNXEnabled(pVCpu))
442 SHW_PTE_SET(NewPte, (SHW_PTE_GET_U(OrgPte) & (fMask | SHW_PTE_PG_MASK)) | (fFlags & ~SHW_PTE_PG_MASK));

Completed in 2773 milliseconds