Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
/linux/include/asm-generic/
H A Dpgtable-nopud.h30 static inline int p4d_present(p4d_t p4d) { return 1; } in p4d_present() function
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h109 #define p4d_present(x) (p4d_val(x)) macro
/linux/arch/mips/include/asm/
H A Dpgtable-64.h197 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h292 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/linux/arch/loongarch/include/asm/
H A Dpgtable.h145 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/linux/arch/sparc/include/asm/
H A Dpgtable_64.h864 #define p4d_present(p4d) (p4d_val(p4d) != 0U) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h947 static inline int p4d_present(p4d_t p4d) p4d_present() function
/linux/arch/x86/include/asm/
H A Dpgtable.h1107 static inline int p4d_present(p4d_t p4d) p4d_present() function
/linux/arch/s390/include/asm/
H A Dpgtable.h683 static inline int p4d_present(p4d_t p4d) p4d_present() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h852 #define p4d_present( global() macro