Home
last modified time | relevance | path

Searched defs:pud_present (Results 1 – 17 of 17) sorted by relevance

/linux/arch/sh/include/asm/
H A Dpgtable-3level.h49 #define pud_present(x) (pud_val(x)) macro
/linux/include/asm-generic/
H A Dpgtable-nopmd.h32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
/linux/arch/um/include/asm/
H A Dpgtable-4level.h60 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h122 #define pud_present(pud) (pud_val(pud) != 0) macro
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h131 #define pud_present(x) (pud_val(x)) macro
/linux/arch/m68k/include/asm/
H A Dmotorola_pgtable.h130 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h116 #define pud_present(pud) (pud_val(pud)) macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h238 extern inline int pud_present(pud_t pud) { return pud_val(pud) & _PAGE_VALID; } in pud_present() function
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h198 static inline int pud_present(pud_t pud) in pud_present() function
H A Dpgtable_64.h859 #define pud_present(pud) (pud_val(pud) != 0U) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h175 static inline int pud_present(pud_t pud) in pud_present() function
/linux/arch/parisc/include/asm/
H A Dpgtable.h305 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h194 static inline int pud_present(pud_t pud) in pud_present() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h879 static inline int pud_present(pud_t pud) in pud_present() function
/linux/arch/x86/include/asm/
H A Dpgtable.h1096 static inline int pud_present(pud_t pud) in pud_present() function
/linux/arch/s390/include/asm/
H A Dpgtable.h784 static inline int pud_present(pud_t pud) in pud_present() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h916 #define pud_present(pud) pte_present(pud_pte(pud)) macro