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

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

Completed in 145 milliseconds