Searched defs:_PAGE_P (Results 1 – 3 of 3) sorted by relevance
103 #define _PAGE_P(x) _PAGE_NORMAL((x) | (((x) & _PAGE_FOW)?0:_PAGE_FOW)) macro
123 #define _PAGE_P 0x0000000000000004 /* Privileged Page */ macro
34 #define _PAGE_P (1 << _PAGE_P_BIT) /* page present bit */ macro