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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllShw.h38 #undef SHW_PTE_IS_P_RW macro
74 # define SHW_PTE_IS_P_RW(Pte) ( (Pte).n.u1Present && (Pte).n.u1Write ) macro
105 # define SHW_PTE_IS_P_RW(Pte) ( (Pte).n.u1Present && (Pte).n.u1Write ) macro
140 # define SHW_PTE_IS_P_RW(Pte) PGMSHWPTEPAE_IS_P_RW(Pte) macro
H A DPGMAllBth.h1801 if ( SHW_PTE_IS_P_RW(PteDst)
2152 if ( SHW_PTE_IS_P_RW(PteDst)
2478 if (SHW_PTE_IS_P_RW(*pPteDst))
3040 if ( SHW_PTE_IS_P_RW(PteDst)

Completed in 41 milliseconds