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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllShw.h37 #undef SHW_PTE_IS_D macro
73 # define SHW_PTE_IS_D(Pte) ( (Pte).n.u1Dirty ) macro
104 # define SHW_PTE_IS_D(Pte) ( true ) macro
139 # define SHW_PTE_IS_D(Pte) PGMSHWPTEPAE_IS_D(Pte) macro

Completed in 1040 milliseconds