Searched defs:pmd_none (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/arch/mips/include/asm/
H A Dpgtable-32.h124 static inline int pmd_none(pmd_t pmd) function
H A Dpgtable-64.h240 static inline int pmd_none(pmd_t pmd) function
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h156 #define pmd_none(pmd) (!pmd_val(pmd)) macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h156 #define pmd_none(x) (!pmd_val(x)) macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h120 #define pmd_none(pmd) (!pmd_val(pmd)) macro
H A Dsun3_pgtable.h119 #define pmd_none(pmd) pmd_none2(&(pmd)) macro
H A Dmcf_pgtable.h140 #define pmd_none(pmd) pmd_none2(&(pmd)) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h188 static inline int pmd_none(pmd_t pmd) function
/linux-master/arch/csky/include/asm/
H A Dpgtable.h117 static inline int pmd_none(pmd_t pmd) function
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h101 #define pmd_none(pmd) (!pmd_val(pmd)) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h199 static inline int pmd_none(pmd_t pmd) function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h178 static inline int pmd_none(pmd_t pmd) function
H A Dpgtable_64.h799 #define pmd_none(pmd) (!pmd_val(pmd)) macro
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h327 #define pmd_none(x) (!pmd_val(x)) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h83 #define pmd_none(x) (!((unsigned long)pmd_val(x) & ~_PAGE_NEWPAGE)) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable.h159 #define pmd_none(pmd) (!pmd_val(pmd)) macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h207 #define pmd_none(x) (!pmd_val(x)) macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h246 #define pmd_none(pmd) (!pmd_val(pmd)) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h238 extern inline int pmd_none(pmd_t pmd) { return !pmd_val(pmd); } function
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h218 #define pmd_none(pmd) (!pmd_val(pmd)) macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h226 #define pmd_none(pmd) (!pmd_val(pmd)) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h216 static inline int pmd_none(pmd_t pmd) function
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h288 #define pmd_none(x) (!pmd_val(x)) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h227 static inline int pmd_none(pmd_t pmd) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h617 #define pmd_none(pmd) (!pmd_val(pmd)) macro

Completed in 319 milliseconds

12