Home
last modified time | relevance | path

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

/arch/blackfin/include/asm/
Dpgtable.h21 #define pmd_present(x) (pmd_val(x)) macro
/arch/x86/include/asm/
Dpgtable_32.h92 #define pmd_present(x) (pmd_val((x)) & _PAGE_PRESENT) macro
Dpgtable_64.h218 #define pmd_present(x) (pmd_val((x)) & _PAGE_PRESENT) macro
/arch/mips/include/asm/
Dpgtable-32.h100 static inline int pmd_present(pmd_t pmd) in pmd_present() function
Dpgtable-64.h137 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/arch/cris/include/asm/
Dpgtable.h104 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/arch/um/include/asm/
Dpgtable.h102 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/arch/m68k/include/asm/
Dsun3_pgtable.h146 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
Dmotorola_pgtable.h139 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
/arch/sh/include/asm/
Dpgtable_64.h68 #define pmd_present(pmd_entry) (pmd_val(pmd_entry) & _PAGE_PRESENT) macro
Dpgtable_32.h316 #define pmd_present(x) (pmd_val(x)) macro
/arch/avr32/include/asm/
Dpgtable.h258 #define pmd_present(x) (pmd_val(x)) macro
/arch/xtensa/include/asm/
Dpgtable.h205 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
/arch/arm/include/asm/
Dpgtable.h318 #define pmd_present(pmd) (pmd_val(pmd)) macro
/arch/alpha/include/asm/
Dpgtable.h255 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
/arch/sparc/include/asm/
Dpgtable_32.h167 #define pmd_present(pmd) BTFIXUP_CALL(pmd_present)(pmd) macro
Dpgtable_64.h627 #define pmd_present(pmd) (pmd_val(pmd) != 0U) macro
/arch/powerpc/include/asm/
Dpgtable-ppc64.h198 #define pmd_present(pmd) (pmd_val(pmd) != 0) macro
Dpgtable-ppc32.h546 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
/arch/parisc/include/asm/
Dpgtable.h274 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) macro
/arch/ia64/include/asm/
Dpgtable.h276 #define pmd_present(pmd) (pmd_val(pmd) != 0UL) macro
/arch/s390/include/asm/
Dpgtable.h507 static inline int pmd_present(pmd_t pmd) in pmd_present() function