Searched defs:pud_none (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dpgtable-3level.h48 #define pud_none(x) (!pud_val(x)) macro
/linux-master/include/asm-generic/
H A Dpgtable-nopmd.h30 static inline int pud_none(pud_t pud) { return 0; } function
/linux-master/arch/um/include/asm/
H A Dpgtable-3level.h55 #define pud_none(x) (!(pud_val(x) & ~_PAGE_NEWPAGE)) macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h129 #define pud_none(x) (!pud_val(x)) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable-2level.h185 static inline int pud_none(pud_t pud) function
H A Dpgtable-3level.h114 #define pud_none(pud) (!pud_val(pud)) macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h278 static inline int pud_none(pud_t pud) function
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h134 #define pud_none(pud) (!pud_val(pud)) macro
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h119 #define pud_none(pud) (!pud_val(pud)) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h188 static inline int pud_none(pud_t pud) function
H A Dpgtable_64.h809 #define pud_none(pud) (!pud_val(pud)) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h243 extern inline int pud_none(pud_t pud) { return !pud_val(pud); } function
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h182 static inline int pud_none(pud_t pud) function
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h181 static inline int pud_none(pud_t pud) function
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h303 #define pud_none(x) (!pud_val(x)) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h709 #define pud_none(pud) (!pud_val(pud)) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1067 static inline int pud_none(pud_t pud) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h701 static inline int pud_none(pud_t pud) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h872 static inline int pud_none(pud_t pud) function

Completed in 209 milliseconds