/linux-6.3-rc2/arch/sh/include/asm/ |
A D | pgtable-3level.h | 49 #define pud_present(x) (pud_val(x)) macro
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | pgtable-3level.h | 57 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
|
/linux-6.3-rc2/include/asm-generic/ |
A D | pgtable-nopmd.h | 32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable-2level.h | 195 static inline int pud_present(pud_t pud) in pud_present() function
|
A D | pgtable-3level.h | 116 #define pud_present(pud) (pud_val(pud)) macro
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | pgtable-levels.h | 131 #define pud_present(x) (pud_val(x)) macro
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable-64.h | 288 static inline int pud_present(pud_t pud) in pud_present() function
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | motorola_pgtable.h | 135 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 147 #define pud_present(pud) (pud_val(pud) != 0) macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_32.h | 200 static inline int pud_present(pud_t pud) in pud_present() function
|
A D | pgtable_64.h | 842 #define pud_present(pud) (pud_val(pud) != 0U) macro
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable-64.h | 139 static inline int pud_present(pud_t pud) in pud_present() function
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | pgtable.h | 245 extern inline int pud_present(pud_t pud) { return pud_val(pud) & _PAGE_VALID; } in pud_present() function
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 178 static inline int pud_present(pud_t pud) in pud_present() function
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 244 #define pud_present(pud) (pud_val(pud) != 0UL) macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgtable.h | 314 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 908 static inline int pud_present(pud_t pud) in pud_present() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable.h | 850 static inline int pud_present(pud_t pud) in pud_present() function
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable.h | 683 #define pud_present(pud) pte_present(pud_pte(pud)) macro
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | pgtable.h | 697 static inline int pud_present(pud_t pud) in pud_present() function
|