/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable-2level.h | 219 #define pmd_present(pmd) (pmd_val(pmd)) macro
|
A D | pgtable-3level.h | 181 #define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID)) macro
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable-32.h | 143 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
A D | pgtable-64.h | 259 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | pgtable-levels.h | 158 #define pmd_present(x) (pmd_val(x)) macro
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 124 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
A D | motorola_pgtable.h | 121 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
|
A D | mcf_pgtable.h | 144 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | pgtable.h | 158 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | pgtable.h | 124 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | pgtable.h | 199 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 206 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | pgtable.h | 86 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 190 static inline int pmd_present(pmd_t pmd) in pmd_present() function 201 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 129 #define pmd_present(pmd) (!pmd_none(pmd)) macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_32.h | 175 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | pgtable.h | 209 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | pgtable.h | 240 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | pgtable.h | 247 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | pgtable.h | 228 #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0) macro
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | pgtable_32.h | 329 #define pmd_present(x) (pmd_val(x)) macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 242 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 213 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 236 #define pmd_present(pmd) (pmd_val(pmd) != 0UL) macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgtable.h | 299 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) macro
|