/linux-6.14.4/arch/sh/include/asm/ |
D | pgtable-3level.h | 49 #define pud_present(x) (pud_val(x)) macro
|
/linux-6.14.4/include/asm-generic/ |
D | pgtable-nopmd.h | 32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
|
/linux-6.14.4/arch/um/include/asm/ |
D | pgtable-4level.h | 60 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
|
/linux-6.14.4/arch/arm/include/asm/ |
D | pgtable-2level.h | 195 static inline int pud_present(pud_t pud) in pud_present() function
|
D | pgtable-3level.h | 116 #define pud_present(pud) (pud_val(pud)) macro
|
/linux-6.14.4/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 122 #define pud_present(pud) (pud_val(pud) != 0) macro
|
/linux-6.14.4/arch/arc/include/asm/ |
D | pgtable-levels.h | 131 #define pud_present(x) (pud_val(x)) macro
|
/linux-6.14.4/arch/m68k/include/asm/ |
D | motorola_pgtable.h | 136 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
|
/linux-6.14.4/arch/mips/include/asm/ |
D | pgtable-64.h | 288 static inline int pud_present(pud_t pud) in pud_present() function
|
/linux-6.14.4/arch/sparc/include/asm/ |
D | pgtable_32.h | 198 static inline int pud_present(pud_t pud) in pud_present() function
|
D | pgtable_64.h | 861 #define pud_present(pud) (pud_val(pud) != 0U) macro
|
/linux-6.14.4/arch/alpha/include/asm/ |
D | pgtable.h | 245 extern inline int pud_present(pud_t pud) { return pud_val(pud) & _PAGE_VALID; } in pud_present() function
|
/linux-6.14.4/arch/riscv/include/asm/ |
D | pgtable-64.h | 175 static inline int pud_present(pud_t pud) in pud_present() function
|
/linux-6.14.4/arch/parisc/include/asm/ |
D | pgtable.h | 305 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
|
/linux-6.14.4/arch/loongarch/include/asm/ |
D | pgtable.h | 194 static inline int pud_present(pud_t pud) in pud_present() function
|
/linux-6.14.4/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 879 static inline int pud_present(pud_t pud) in pud_present() function
|
/linux-6.14.4/arch/x86/include/asm/ |
D | pgtable.h | 1116 static inline int pud_present(pud_t pud) in pud_present() function
|
/linux-6.14.4/arch/s390/include/asm/ |
D | pgtable.h | 782 static inline int pud_present(pud_t pud) in pud_present() function
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | pgtable.h | 809 #define pud_present(pud) pte_present(pud_pte(pud)) macro
|