Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nopud.h30 static inline int p4d_present(p4d_t p4d) { return 1; } in p4d_present() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-64.h203 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h288 #define p4d_present(p4d) (p4d_val(p4d) != 0UL) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_64.h865 #define p4d_present(p4d) (p4d_val(p4d) != 0U) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h690 #define p4d_present(p4d) (p4d_val(p4d)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1000 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h904 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h646 static inline int p4d_present(p4d_t p4d) in p4d_present() function