Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/include/asm/
Dpgtable-3level.h46 #define pud_present(x) (pud_val(x)) macro
/linux-4.4.14/include/asm-generic/
Dpgtable-nopmd.h31 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
D4level-fixup.h22 #define pud_present(pud) 1 macro
/linux-4.4.14/arch/um/include/asm/
Dpgtable-3level.h58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/linux-4.4.14/arch/tile/include/asm/
Dpgtable_64.h78 static inline int pud_present(pud_t pud) in pud_present() function
/linux-4.4.14/arch/arm/include/asm/
Dpgtable-2level.h185 #define pud_present(pud) (1) macro
Dpgtable-3level.h144 #define pud_present(pud) (pud_val(pud)) macro
/linux-4.4.14/arch/mips/include/asm/
Dpgtable-64.h214 static inline int pud_present(pud_t pud) in pud_present() function
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc64.h164 #define pud_present(pud) (pud_val(pud) != 0) macro
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h235 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
/linux-4.4.14/arch/ia64/include/asm/
Dpgtable.h279 #define pud_present(pud) (pud_val(pud) != 0UL) macro
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h447 #define pud_present(pud) (pud_val(pud)) macro
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h586 static inline int pud_present(pud_t pud) in pud_present() function
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_64.h828 #define pud_present(pud) (pud_val(pud) != 0U) macro
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h460 static inline int pud_present(pud_t pud) in pud_present() function