/arch/c6x/include/asm/ |
D | pgtable.h | 31 #define pmd_present(x) (pmd_val(x)) macro
|
/arch/arm/include/asm/ |
D | pgtable-2level.h | 195 #define pmd_present(pmd) (pmd_val(pmd)) macro
|
D | pgtable-3level.h | 204 #define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID)) macro
|
/arch/mips/include/asm/ |
D | pgtable-32.h | 146 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
D | pgtable-64.h | 271 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/arch/nios2/include/asm/ |
D | pgtable.h | 187 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 199 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 256 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 145 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
D | motorola_pgtable.h | 140 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
|
D | mcf_pgtable.h | 198 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
/arch/sh/include/asm/ |
D | pgtable_64.h | 63 #define pmd_present(pmd_entry) (pmd_val(pmd_entry) & _PAGE_PRESENT) macro
|
D | pgtable_32.h | 329 #define pmd_present(x) (pmd_val(x)) macro
|
/arch/unicore32/include/asm/ |
D | pgtable.h | 203 #define pmd_present(pmd) (pmd_val(pmd) & PMD_PRESENT) macro
|
/arch/csky/include/asm/ |
D | pgtable.h | 156 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/arch/arc/include/asm/ |
D | pgtable.h | 272 #define pmd_present(x) (pmd_val(x)) macro
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 146 #define pmd_present(pmd) (!pmd_none(pmd)) macro
|
/arch/um/include/asm/ |
D | pgtable.h | 100 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/arch/riscv/include/asm/ |
D | pgtable.h | 123 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/arch/alpha/include/asm/ |
D | pgtable.h | 256 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 170 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 263 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 226 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/arch/nds32/include/asm/ |
D | pgtable.h | 311 #define pmd_present(pmd) (!pmd_none(pmd)) macro
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 222 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
|