pmd_present 256 arch/alpha/include/asm/pgtable.h extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } pmd_present 276 arch/arc/include/asm/pgtable.h #define pmd_present(x) (pmd_val(x)) pmd_present 193 arch/arm/include/asm/pgtable-2level.h #define pmd_present(pmd) (pmd_val(pmd)) pmd_present 202 arch/arm/include/asm/pgtable-3level.h #define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID)) pmd_present 359 arch/arm64/include/asm/pgtable.h #define pmd_present(pmd) pte_present(pmd_pte(pmd)) pmd_present 31 arch/c6x/include/asm/pgtable.h #define pmd_present(x) (pmd_val(x)) pmd_present 156 arch/csky/include/asm/pgtable.h static inline int pmd_present(pmd_t pmd) pmd_present 256 arch/hexagon/include/asm/pgtable.h static inline int pmd_present(pmd_t pmd) pmd_present 273 arch/ia64/include/asm/pgtable.h #define pmd_present(pmd) (pmd_val(pmd) != 0UL) pmd_present 198 arch/m68k/include/asm/mcf_pgtable.h #define pmd_present(pmd) (!pmd_none2(&(pmd))) pmd_present 140 arch/m68k/include/asm/motorola_pgtable.h #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) pmd_present 145 arch/m68k/include/asm/sun3_pgtable.h #define pmd_present(pmd) (!pmd_none2(&(pmd))) pmd_present 303 arch/microblaze/include/asm/pgtable.h #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0) pmd_present 146 arch/mips/include/asm/pgtable-32.h static inline int pmd_present(pmd_t pmd) pmd_present 271 arch/mips/include/asm/pgtable-64.h static inline int pmd_present(pmd_t pmd) pmd_present 311 arch/nds32/include/asm/pgtable.h #define pmd_present(pmd) (!pmd_none(pmd)) pmd_present 187 arch/nios2/include/asm/pgtable.h static inline int pmd_present(pmd_t pmd) pmd_present 226 arch/openrisc/include/asm/pgtable.h #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) pmd_present 331 arch/parisc/include/asm/pgtable.h #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) pmd_present 220 arch/powerpc/include/asm/book3s/32/pgtable.h #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) pmd_present 873 arch/powerpc/include/asm/book3s/64/pgtable.h static inline int pmd_present(pmd_t pmd) pmd_present 197 arch/powerpc/include/asm/nohash/32/pgtable.h #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) pmd_present 146 arch/powerpc/include/asm/nohash/64/pgtable.h #define pmd_present(pmd) (!pmd_none(pmd)) pmd_present 123 arch/riscv/include/asm/pgtable.h static inline int pmd_present(pmd_t pmd) pmd_present 733 arch/s390/include/asm/pgtable.h static inline int pmd_present(pmd_t pmd) pmd_present 329 arch/sh/include/asm/pgtable_32.h #define pmd_present(x) (pmd_val(x)) pmd_present 63 arch/sh/include/asm/pgtable_64.h #define pmd_present(pmd_entry) (pmd_val(pmd_entry) & _PAGE_PRESENT) pmd_present 170 arch/sparc/include/asm/pgtable_32.h static inline int pmd_present(pmd_t pmd) pmd_present 794 arch/sparc/include/asm/pgtable_64.h static inline int pmd_present(pmd_t pmd) pmd_present 100 arch/um/include/asm/pgtable.h #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) pmd_present 203 arch/unicore32/include/asm/pgtable.h #define pmd_present(pmd) (pmd_val(pmd) & PMD_PRESENT) pmd_present 759 arch/x86/include/asm/pgtable.h static inline int pmd_present(pmd_t pmd) pmd_present 263 arch/xtensa/include/asm/pgtable.h #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK)