Home
last modified time | relevance | path

Searched defs:p4d_present (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/arch/powerpc/include/asm/nohash/64/
Dpgtable-4k.h58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
/Linux-v6.6/include/asm-generic/
Dpgtable-nopud.h30 static inline int p4d_present(p4d_t p4d) { return 1; } in p4d_present() function
/Linux-v6.6/arch/arc/include/asm/
Dpgtable-levels.h109 #define p4d_present(x) (p4d_val(x)) macro
/Linux-v6.6/arch/mips/include/asm/
Dpgtable-64.h197 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/Linux-v6.6/arch/riscv/include/asm/
Dpgtable-64.h290 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/Linux-v6.6/arch/loongarch/include/asm/
Dpgtable.h145 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/Linux-v6.6/arch/ia64/include/asm/
Dpgtable.h253 #define p4d_present(p4d) (p4d_val(p4d) != 0UL) macro
/Linux-v6.6/arch/sparc/include/asm/
Dpgtable_64.h863 #define p4d_present(p4d) (p4d_val(p4d) != 0U) macro
/Linux-v6.6/arch/arm64/include/asm/
Dpgtable.h754 #define p4d_present(p4d) (p4d_val(p4d)) macro
/Linux-v6.6/arch/powerpc/include/asm/book3s/64/
Dpgtable.h974 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/Linux-v6.6/arch/x86/include/asm/
Dpgtable.h1113 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/Linux-v6.6/arch/s390/include/asm/
Dpgtable.h666 static inline int p4d_present(p4d_t p4d) in p4d_present() function