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

/linux-4.1.27/arch/blackfin/include/asm/
H A Dpgtable.h27 #define pmd_present(x) (pmd_val(x)) macro
/linux-4.1.27/arch/c6x/include/asm/
H A Dpgtable.h34 #define pmd_present(x) (pmd_val(x)) macro
/linux-4.1.27/arch/mips/include/asm/
H A Dpgtable-32.h96 static inline int pmd_present(pmd_t pmd) pmd_present() function
H A Dpgtable-64.h190 static inline int pmd_present(pmd_t pmd) pmd_present() function
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h132 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
H A Dpgtable-ppc64.h167 #define pmd_present(pmd) (!pmd_none(pmd)) macro
/linux-4.1.27/arch/cris/include/asm/
H A Dpgtable.h104 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-4.1.27/arch/um/include/asm/
H A Dpgtable.h102 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-4.1.27/arch/unicore32/include/asm/
H A Dpgtable.h207 #define pmd_present(pmd) (pmd_val(pmd) & PMD_PRESENT) pte_mkspecial() macro
/linux-4.1.27/arch/score/include/asm/
H A Dpgtable.h55 static inline int pmd_present(pmd_t pmd) pmd_present() function
/linux-4.1.27/arch/sh/include/asm/
H A Dpgtable_32.h328 #define pmd_present(x) (pmd_val(x)) macro
H A Dpgtable_64.h66 #define pmd_present(pmd_entry) (pmd_val(pmd_entry) & _PAGE_PRESENT) macro
/linux-4.1.27/arch/nios2/include/asm/
H A Dpgtable.h186 static inline int pmd_present(pmd_t pmd) pmd_present() function
/linux-4.1.27/arch/hexagon/include/asm/
H A Dpgtable.h270 static inline int pmd_present(pmd_t pmd) pmd_present() function
/linux-4.1.27/arch/m68k/include/asm/
H A Dsun3_pgtable.h144 #define pmd_present(pmd) (!pmd_none2(&(pmd))) pmd_clear() macro
H A Dmcf_pgtable.h197 #define pmd_present(pmd) (!pmd_none2(&(pmd))) pmd_clear() macro
H A Dmotorola_pgtable.h139 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
/linux-4.1.27/arch/metag/include/asm/
H A Dpgtable.h115 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-4.1.27/arch/arc/include/asm/
H A Dpgtable.h256 #define pmd_present(x) (pmd_val(x)) macro
/linux-4.1.27/arch/xtensa/include/asm/
H A Dpgtable.h252 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dpgtable_32.h169 static inline int pmd_present(pmd_t pmd) pmd_present() function
H A Dpgtable_64.h755 static inline int pmd_present(pmd_t pmd) pmd_present() function
/linux-4.1.27/arch/tile/include/asm/
H A Dpgtable.h375 static inline int pmd_present(pmd_t pmd) pmd_present() function
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpgtable.h303 #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0) macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Dpgtable.h229 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-4.1.27/arch/avr32/include/asm/
H A Dpgtable.h246 #define pmd_present(x) (pmd_val(x)) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dpgtable.h181 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable.h185 #define pmd_present(pmd) (pmd_val(pmd)) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dpgtable.h255 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } pmd_clear() function
/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable.h461 static inline int pmd_present(pmd_t pmd) pmd_present() function
/linux-4.1.27/arch/mn10300/include/asm/
H A Dpgtable.h225 #define pmd_present(x) (!pmd_none(x)) macro
/linux-4.1.27/arch/parisc/include/asm/
H A Dpgtable.h304 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) pmd_clear() macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dpgtable.h288 #define pmd_present(pmd) pte_present(pmd_pte(pmd)) macro
/linux-4.1.27/arch/frv/include/asm/
H A Dpgtable.h358 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dpgtable.h272 #define pmd_present(pmd) (pmd_val(pmd) != 0UL) macro
/linux-4.1.27/arch/s390/include/asm/
H A Dpgtable.h482 static inline int pmd_present(pmd_t pmd) pmd_present() function

Completed in 858 milliseconds