/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
D | pgtable.h | 30 #define pmd_present(x) (pmd_val(x)) macro
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | pgtable-2level.h | 197 #define pmd_present(pmd) (pmd_val(pmd)) macro
|
D | pgtable-3level.h | 178 #define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID)) macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | pgtable-32.h | 145 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
D | pgtable-64.h | 265 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
D | pgtable.h | 179 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 143 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
D | motorola_pgtable.h | 145 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
|
D | mcf_pgtable.h | 198 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
D | pgtable.h | 226 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | pgtable.h | 144 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 205 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
D | pgtable.h | 100 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 149 #define pmd_present(pmd) (!pmd_none(pmd)) macro
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
D | pgtable.h | 268 #define pmd_present(x) (pmd_val(x)) macro
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | pgtable.h | 262 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | pgtable.h | 258 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | pgtable_32.h | 190 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
D | pgtable.h | 225 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | pgtable_32.h | 329 #define pmd_present(x) (pmd_val(x)) macro
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | pgtable.h | 291 #define pmd_present(pmd) (!pmd_none(pmd)) macro
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | pgtable.h | 159 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 225 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
D | pgtable.h | 285 #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0) macro
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | pgtable.h | 325 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) macro
|