Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h57 #define p4d_bad(p4d) (p4d_val(p4d) == 0) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nopud.h29 static inline int p4d_bad(p4d_t p4d) { return 0; } in p4d_bad() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-64.h195 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h287 #define p4d_bad(p4d) (!ia64_phys_addr_valid(p4d_val(p4d))) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_64.h816 #define p4d_bad(p4d) (p4d_val(p4d) & ~PAGE_MASK) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h689 #define p4d_bad(p4d) (!(p4d_val(p4d) & 2)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1015 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h920 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h719 static inline int p4d_bad(p4d_t p4d) in p4d_bad() function