Home
last modified time | relevance | path

Searched defs:_PAGE_P (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/arch/alpha/include/asm/
Dpgtable.h110 #define _PAGE_P(x) _PAGE_NORMAL((x) | (((x) & _PAGE_FOW)?0:_PAGE_FOW)) macro
/linux-6.6.21/arch/ia64/include/asm/
Dpgtable.h33 #define _PAGE_P (1 << _PAGE_P_BIT) /* page present bit */ macro