Searched defs:pmd_present (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/arch/mips/include/asm/
H A Dpgtable-32.h143 static inline int pmd_present(pmd_t pmd) function
H A Dpgtable-64.h259 static inline int pmd_present(pmd_t pmd) function
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h158 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h158 #define pmd_present(x) (pmd_val(x)) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable-2level.h218 #define pmd_present(pmd) (pmd_val(pmd)) macro
H A Dpgtable-3level.h180 #define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID)) macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h122 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
H A Dsun3_pgtable.h125 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
H A Dmcf_pgtable.h143 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h199 static inline int pmd_present(pmd_t pmd) function
/linux-master/arch/csky/include/asm/
H A Dpgtable.h124 static inline int pmd_present(pmd_t pmd) function
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h104 #define pmd_present(pmd) (!pmd_none(pmd)) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h158 static inline int pmd_present(pmd_t pmd) function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h173 static inline int pmd_present(pmd_t pmd) function
H A Dpgtable_64.h794 static inline int pmd_present(pmd_t pmd) function
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h328 #define pmd_present(x) (pmd_val(x)) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h86 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h209 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h247 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h240 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } function
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h220 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h228 #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h226 static inline int pmd_present(pmd_t pmd) function
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h290 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h210 static inline int pmd_present(pmd_t pmd) function
221 static inline int pmd_present(pmd_t pmd) function

Completed in 1010 milliseconds

12