Searched refs:p4d_bad (Results 1 - 22 of 22) sorted by relevance

/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h57 #define p4d_bad(p4d) (p4d_val(p4d) == 0) macro
/linux-master/include/asm-generic/
H A Dpgtable-nopud.h29 static inline int p4d_bad(p4d_t p4d) { return 0; } function
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h108 #define p4d_bad(x) ((p4d_val(x) & ~PAGE_MASK)) macro
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c38 if (unlikely(p4d_none(*p4d) || p4d_bad(*p4d)))
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h189 static inline int p4d_bad(p4d_t p4d) function
/linux-master/arch/sh/mm/
H A Dfault.c77 if (p4d_bad(*p4d)) {
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h302 static inline int p4d_bad(p4d_t p4d) function
/linux-master/arch/sparc/mm/
H A Dfault_64.c92 if (p4d_none(*p4dp) || unlikely(p4d_bad(*p4dp)))
/linux-master/arch/arm/mm/
H A Dfault.c61 if (p4d_bad(*p4d)) {
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h140 static inline int p4d_bad(p4d_t p4d) function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h815 #define p4d_bad(p4d) (p4d_val(p4d) & ~PAGE_MASK) macro
/linux-master/arch/arm64/mm/
H A Dfault.c175 if (p4d_none(p4d) || p4d_bad(p4d))
H A Dmmu.c336 BUG_ON(p4d_bad(p4d));
/linux-master/include/linux/
H A Dpgtable.h1161 if (unlikely(p4d_bad(*p4d))) {
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h962 static inline int p4d_bad(p4d_t p4d) function
/linux-master/mm/
H A Ddebug_vm_pgtable.c567 * Hence this must not qualify as p4d_bad().
573 WARN_ON(p4d_bad(p4d));
H A Dvmalloc.c413 if (p4d_bad(*p4d))
759 if (WARN_ON_ONCE(p4d_bad(*p4d)))
H A Dgup.c781 if (unlikely(p4d_bad(*p4d)))
H A Dmemory.c2855 if (!p4d_none(*p4d) && WARN_ON_ONCE(p4d_bad(*p4d))) {
5904 if (p4d_none(*p4d) || unlikely(p4d_bad(*p4d)))
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1123 static inline int p4d_bad(p4d_t p4d) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h796 #define p4d_bad(p4d) (pgtable_l4_enabled() && !(p4d_val(p4d) & 2)) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h740 static inline int p4d_bad(p4d_t p4d) function

Completed in 307 milliseconds