| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| D | pgtable-3level.h | 43 #define pud_present(x) (pud_val(x)) macro
|
| /kernel/linux/linux-6.6/arch/sh/include/asm/ |
| D | pgtable-3level.h | 49 #define pud_present(x) (pud_val(x)) macro
|
| /kernel/linux/linux-5.10/arch/riscv/include/asm/ |
| D | pgtable-64.h | 31 static inline int pud_present(pud_t pud) in pud_present() function
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | pgtable-nopmd.h | 32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| D | pgtable-nopmd.h | 32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
|
| /kernel/linux/linux-6.6/arch/um/include/asm/ |
| D | pgtable-3level.h | 57 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
|
| /kernel/linux/linux-5.10/arch/um/include/asm/ |
| D | pgtable-3level.h | 58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | pgtable-2level.h | 184 #define pud_present(pud) (1) macro
|
| D | pgtable-3level.h | 113 #define pud_present(pud) (pud_val(pud)) macro
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/arch/arc/include/asm/ |
| D | pgtable-levels.h | 131 #define pud_present(x) (pud_val(x)) macro
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| D | motorola_pgtable.h | 136 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | pgtable-64.h | 288 static inline int pud_present(pud_t pud) in pud_present() function
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | motorola_pgtable.h | 158 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | pgtable-64.h | 294 static inline int pud_present(pud_t pud) in pud_present() function
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable.h | 147 #define pud_present(pud) (pud_val(pud) != 0) macro
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable.h | 166 #define pud_present(pud) (pud_val(pud) != 0) macro
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| D | pgtable.h | 263 extern inline int pud_present(pud_t pud) { return pud_val(pud) & _PAGE_VALID; } in pud_present() function
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| D | pgtable_32.h | 215 static inline int pud_present(pud_t pud) in pud_present() function
|
| /kernel/linux/linux-6.6/arch/sparc/include/asm/ |
| D | pgtable_32.h | 198 static inline int pud_present(pud_t pud) in pud_present() function
|
| /kernel/linux/linux-6.6/arch/riscv/include/asm/ |
| D | pgtable-64.h | 173 static inline int pud_present(pud_t pud) in pud_present() function
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/arch/parisc/include/asm/ |
| D | pgtable.h | 305 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| D | pgtable.h | 245 #define pud_present(pud) (pud_val(pud) != 0UL) macro
|