/linux/arch/arm/include/asm/ |
A D | pgtable-2level.h | 214 #define pmd_present(pmd) (pmd_val(pmd)) macro
|
A D | pgtable-3level.h | 178 #define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID)) macro
|
/linux/arch/mips/include/asm/ |
A D | pgtable-32.h | 144 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
A D | pgtable-64.h | 264 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux/arch/arc/include/asm/ |
A D | pgtable-levels.h | 161 #define pmd_present(x) (pmd_val(x)) macro
|
/linux/arch/riscv/include/asm/ |
A D | pgtable.h | 180 static inline int pmd_present(pmd_t pmd) in pmd_present() function 191 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 143 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
A D | motorola_pgtable.h | 147 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
|
A D | mcf_pgtable.h | 200 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 177 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux/arch/csky/include/asm/ |
A D | pgtable.h | 143 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux/arch/hexagon/include/asm/ |
A D | pgtable.h | 223 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 205 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
|
/linux/arch/um/include/asm/ |
A D | pgtable.h | 100 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 142 #define pmd_present(pmd) (!pmd_none(pmd)) macro
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_32.h | 189 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux/arch/microblaze/include/asm/ |
A D | pgtable.h | 242 #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0) macro
|
/linux/arch/openrisc/include/asm/ |
A D | pgtable.h | 224 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux/arch/alpha/include/asm/ |
A D | pgtable.h | 253 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
|
/linux/arch/xtensa/include/asm/ |
A D | pgtable.h | 261 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
|
/linux/arch/sh/include/asm/ |
A D | pgtable_32.h | 329 #define pmd_present(x) (pmd_val(x)) macro
|
/linux/arch/nds32/include/asm/ |
A D | pgtable.h | 291 #define pmd_present(pmd) (!pmd_none(pmd)) macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 258 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
|
/linux/arch/parisc/include/asm/ |
A D | pgtable.h | 323 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) macro
|
/linux/arch/ia64/include/asm/ |
A D | pgtable.h | 267 #define pmd_present(pmd) (pmd_val(pmd) != 0UL) macro
|