/openbmc/linux/arch/sh/include/asm/ |
H A D | pgtable-3level.h | 49 #define pud_present(x) (pud_val(x)) macro
|
/openbmc/linux/include/asm-generic/ |
H A D | pgtable-nopmd.h | 32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
|
/openbmc/linux/arch/um/include/asm/ |
H A D | pgtable-3level.h | 57 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable-2level.h | 195 static inline int pud_present(pud_t pud) in pud_present() function
|
H A D | pgtable-3level.h | 116 #define pud_present(pud) (pud_val(pud)) macro
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 131 #define pud_present(x) (pud_val(x)) macro
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable-64.h | 288 static inline int pud_present(pud_t pud) in pud_present() function
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | motorola_pgtable.h | 136 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
|
/openbmc/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable.h | 147 #define pud_present(pud) (pud_val(pud) != 0) macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 198 static inline int pud_present(pud_t pud) in pud_present() function
|
H A D | pgtable_64.h | 859 #define pud_present(pud) (pud_val(pud) != 0U) macro
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 245 extern inline int pud_present(pud_t pud) { return pud_val(pud) & _PAGE_VALID; } in pud_present() function
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable-64.h | 173 static inline int pud_present(pud_t pud) in pud_present() function
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 191 static inline int pud_present(pud_t pud) in pud_present() function
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pgtable.h | 245 #define pud_present(pud) (pud_val(pud) != 0UL) macro
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | pgtable.h | 305 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 683 #define pud_present(pud) pte_present(pud_pte(pud)) macro
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 904 static inline int pud_present(pud_t pud) in pud_present() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 1056 static inline int pud_present(pud_t pud) in pud_present() function
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 703 static inline int pud_present(pud_t pud) in pud_present() function
|