Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h56 #define p4d_none(p4d) (!p4d_val(p4d)) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nopud.h28 static inline int p4d_none(p4d_t p4d) { return 0; } in p4d_none() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-64.h190 static inline int p4d_none(p4d_t p4d) in p4d_none() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h286 #define p4d_none(p4d) (!p4d_val(p4d)) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_64.h814 #define p4d_none(p4d) (!p4d_val(p4d)) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h688 #define p4d_none(p4d) (!p4d_val(p4d)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h995 static inline int p4d_none(p4d_t p4d) in p4d_none() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h899 static inline int p4d_none(p4d_t p4d) in p4d_none() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h653 static inline int p4d_none(p4d_t p4d) in p4d_none() function