Searched defs:_PAGE_P (Results 1 – 3 of 3) sorted by relevance
149 #define _PAGE_P(x) _PAGE_NORMAL((x) & ~(_PAGE_RW | _PAGE_DIRTY)) macro
108 #define _PAGE_P(x) _PAGE_NORMAL((x) | (((x) & _PAGE_FOW)?0:_PAGE_FOW)) macro
33 #define _PAGE_P (1 << _PAGE_P_BIT) /* page present bit */ macro