Searched defs:_PAGE_D (Results 1 – 3 of 3) sorted by relevance
128 #define _PAGE_D 0x020 /* dirty */ macro
92 #define _PAGE_D (1UL << 4) macro
56 #define _PAGE_D (1 << _PAGE_D_BIT) /* page dirty bit */ macro