Home
last modified time | relevance | path

Searched refs:p4d_bad (Results 1 – 11 of 11) 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/sh/mm/
H A Dfault.c77 if (p4d_bad(*p4d)) { in show_pte()
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h300 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
/linux/arch/riscv/mm/
H A Dfault.c53 if (p4d_none(p4d) || p4d_bad(p4d) || p4d_leaf(p4d)) in show_pte()
/linux/arch/sparc/mm/
H A Dfault_64.c92 if (p4d_none(*p4dp) || unlikely(p4d_bad(*p4dp))) in get_user_insn()
/linux/arch/arm/mm/
H A Dfault.c61 if (p4d_bad(*p4d)) { in show_pte()
/linux/arch/loongarch/include/asm/
H A Dpgtable.h169 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
/linux/arch/arm64/mm/
H A Dfault.c173 if (p4d_none(p4d) || p4d_bad(p4d)) in show_pte()
H A Dmmu.c388 BUG_ON(p4d_bad(p4d)); in alloc_init_pud()