Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h56 #define p4d_none(p4d) (!p4d_val(p4d)) macro
/linux/arch/um/include/asm/
H A Dpgtable-4level.h66 #define p4d_none(x) (!(p4d_val(x) & ~_PAGE_NEEDSYNC)) macro
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h107 #define p4d_none(x) (!p4d_val(x)) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h284 static inline int p4d_none(p4d_t p4d) in p4d_none() function
/linux/arch/loongarch/include/asm/
H A Dpgtable.h164 static inline int p4d_none(p4d_t p4d) in p4d_none() function