Home
last modified time | relevance | path

Searched defs:p4d_bad (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h57 #define p4d_bad(p4d) (p4d_val(p4d) == 0) macro
/linux/arch/um/include/asm/
H A Dpgtable-4level.h67 #define p4d_bad(x) ((p4d_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h108 #define p4d_bad(x) ((p4d_val(x) & ~PAGE_MASK)) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h300 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
/linux/arch/loongarch/include/asm/
H A Dpgtable.h169 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function