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

/arch/sh/include/asm/
H A Dpgtable-3level.h46 #define pud_present(x) (pud_val(x)) macro
/arch/um/include/asm/
H A Dpgtable-3level.h58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/arch/arm/include/asm/
H A Dpgtable-2level.h155 #define pud_present(pud) (1) macro
H A Dpgtable-3level.h144 #define pud_present(pud) (pud_val(pud)) macro
/arch/tile/include/asm/
H A Dpgtable_64.h78 static inline int pud_present(pud_t pud) function
/arch/mips/include/asm/
H A Dpgtable-64.h214 static inline int pud_present(pud_t pud) function
/arch/powerpc/include/asm/
H A Dpgtable-ppc64.h164 #define pud_present(pud) (pud_val(pud) != 0) macro
/arch/arm64/include/asm/
H A Dpgtable.h381 #define pud_present(pud) (pud_val(pud)) macro
/arch/frv/include/asm/
H A Dpgtable.h237 static inline int pud_present(pud_t pud) { return 1; } function
/arch/ia64/include/asm/
H A Dpgtable.h282 #define pud_present(pud) (pud_val(pud) != 0UL) macro
/arch/sparc/include/asm/
H A Dpgtable_64.h819 #define pud_present(pud) (pud_val(pud) != 0U) macro
/arch/x86/include/asm/
H A Dpgtable.h575 static inline int pud_present(pud_t pud) function
/arch/s390/include/asm/
H A Dpgtable.h500 static inline int pud_present(pud_t pud) { return 1; } function
534 static inline int pud_present(pud_t pud) function

Completed in 315 milliseconds