Home
last modified time | relevance | path

Searched defs:pmd_present (Results 1 – 25 of 33) sorted by relevance

12

/arch/c6x/include/asm/
Dpgtable.h31 #define pmd_present(x) (pmd_val(x)) macro
/arch/arm/include/asm/
Dpgtable-2level.h195 #define pmd_present(pmd) (pmd_val(pmd)) macro
Dpgtable-3level.h204 #define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID)) macro
/arch/mips/include/asm/
Dpgtable-32.h146 static inline int pmd_present(pmd_t pmd) in pmd_present() function
Dpgtable-64.h271 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/arch/nios2/include/asm/
Dpgtable.h187 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h199 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
/arch/hexagon/include/asm/
Dpgtable.h256 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/arch/m68k/include/asm/
Dsun3_pgtable.h145 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
Dmotorola_pgtable.h140 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
Dmcf_pgtable.h198 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
/arch/sh/include/asm/
Dpgtable_64.h63 #define pmd_present(pmd_entry) (pmd_val(pmd_entry) & _PAGE_PRESENT) macro
Dpgtable_32.h329 #define pmd_present(x) (pmd_val(x)) macro
/arch/unicore32/include/asm/
Dpgtable.h203 #define pmd_present(pmd) (pmd_val(pmd) & PMD_PRESENT) macro
/arch/csky/include/asm/
Dpgtable.h156 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/arch/arc/include/asm/
Dpgtable.h272 #define pmd_present(x) (pmd_val(x)) macro
/arch/powerpc/include/asm/nohash/64/
Dpgtable.h146 #define pmd_present(pmd) (!pmd_none(pmd)) macro
/arch/um/include/asm/
Dpgtable.h100 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/arch/riscv/include/asm/
Dpgtable.h123 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/arch/alpha/include/asm/
Dpgtable.h256 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
/arch/sparc/include/asm/
Dpgtable_32.h170 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/arch/xtensa/include/asm/
Dpgtable.h263 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
/arch/openrisc/include/asm/
Dpgtable.h226 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/arch/nds32/include/asm/
Dpgtable.h311 #define pmd_present(pmd) (!pmd_none(pmd)) macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h222 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro

12