Home
last modified time | relevance | path

Searched refs:p4d_bad (Results 1 – 15 of 15) sorted by relevance

/linux/include/asm-generic/
H A Dpgtable-nopud.h29 static inline int p4d_bad(p4d_t p4d) { return 0; } in p4d_bad() function
/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.h162 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h966 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
/linux/arch/x86/include/asm/
H A Dpgtable.h1092 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
/linux/arch/s390/include/asm/
H A Dpgtable.h775 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h966 #define p4d_bad(p4d) (pgtable_l4_enabled() && \ macro
/linux/mm/
H A Dmemory.c3433 if (!p4d_none(*p4d) && WARN_ON_ONCE(p4d_bad(*p4d))) { in apply_to_p4d_range()
6907 if (p4d_none(p4d) || unlikely(p4d_bad(p4d))) in follow_pfnmap_start()