Home
last modified time | relevance | path

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

/arch/sh/include/asm/
Dpgtable-3level.h46 #define pud_present(x) (pud_val(x)) macro
/arch/um/include/asm/
Dpgtable-3level.h58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/arch/tile/include/asm/
Dpgtable_64.h78 static inline int pud_present(pud_t pud) in pud_present() function
/arch/arm/include/asm/
Dpgtable-2level.h185 #define pud_present(pud) (1) macro
Dpgtable-3level.h144 #define pud_present(pud) (pud_val(pud)) macro
/arch/mips/include/asm/
Dpgtable-64.h219 static inline int pud_present(pud_t pud) in pud_present() function
/arch/powerpc/include/asm/
Dpgtable-ppc64.h164 #define pud_present(pud) (pud_val(pud) != 0) macro
/arch/frv/include/asm/
Dpgtable.h235 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
/arch/ia64/include/asm/
Dpgtable.h279 #define pud_present(pud) (pud_val(pud) != 0UL) macro
/arch/x86/include/asm/
Dpgtable.h640 static inline int pud_present(pud_t pud) in pud_present() function
/arch/sparc/include/asm/
Dpgtable_64.h829 #define pud_present(pud) (pud_val(pud) != 0U) macro
/arch/arm64/include/asm/
Dpgtable.h475 #define pud_present(pud) (pud_val(pud)) macro
/arch/s390/include/asm/
Dpgtable.h460 static inline int pud_present(pud_t pud) in pud_present() function