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

/linux-4.1.27/arch/sh/include/asm/
H A Dpgtable-3level.h46 #define pud_present(x) (pud_val(x)) macro
/linux-4.1.27/include/asm-generic/
H A D4level-fixup.h22 #define pud_present(pud) 1 macro
H A Dpgtable-nopmd.h31 static inline int pud_present(pud_t pud) { return 1; } pud_clear() function
/linux-4.1.27/arch/um/include/asm/
H A Dpgtable-3level.h58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/linux-4.1.27/arch/tile/include/asm/
H A Dpgtable_64.h78 static inline int pud_present(pud_t pud) pud_present() function
/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable-2level.h156 #define pud_present(pud) (1) macro
H A Dpgtable-3level.h144 #define pud_present(pud) (pud_val(pud)) macro
/linux-4.1.27/arch/mips/include/asm/
H A Dpgtable-64.h214 static inline int pud_present(pud_t pud) pud_present() function
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpgtable-ppc64.h176 #define pud_present(pud) (pud_val(pud) != 0) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable.h560 static inline int pud_present(pud_t pud) pud_present() function
/linux-4.1.27/arch/sparc/include/asm/
H A Dpgtable_64.h812 #define pud_present(pud) (pud_val(pud) != 0U) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dpgtable.h385 #define pud_present(pud) (pud_val(pud)) macro
/linux-4.1.27/arch/frv/include/asm/
H A Dpgtable.h235 static inline int pud_present(pud_t pud) { return 1; } pud_clear() function
/linux-4.1.27/arch/ia64/include/asm/
H A Dpgtable.h279 #define pud_present(pud) (pud_val(pud) != 0UL) macro
/linux-4.1.27/arch/s390/include/asm/
H A Dpgtable.h448 static inline int pud_present(pud_t pud) pud_present() function

Completed in 289 milliseconds