Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/include/asm/
Dpgtable-3level.h46 #define pud_present(x) (pud_val(x)) macro
/linux-3.4.99/include/asm-generic/
Dpgtable-nopmd.h31 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
D4level-fixup.h21 #define pud_present(pud) 1 macro
/linux-3.4.99/arch/arm/include/asm/
Dpgtable-2level.h152 #define pud_present(pud) (1) macro
Dpgtable-3level.h111 #define pud_present(pud) (pud_val(pud)) macro
/linux-3.4.99/arch/tile/include/asm/
Dpgtable_64.h67 static inline int pud_present(pud_t pud) in pud_present() function
/linux-3.4.99/arch/um/include/asm/
Dpgtable-3level.h58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/linux-3.4.99/arch/mips/include/asm/
Dpgtable-64.h202 static inline int pud_present(pud_t pud) in pud_present() function
/linux-3.4.99/arch/powerpc/include/asm/
Dpgtable-ppc64.h173 #define pud_present(pud) (pud_val(pud) != 0) macro
/linux-3.4.99/arch/s390/include/asm/
Dpgtable.h437 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
470 static inline int pud_present(pud_t pud) in pud_present() function
/linux-3.4.99/arch/sparc/include/asm/
Dpgtable_64.h637 #define pud_present(pud) (pud_val(pud) != 0U) macro
/linux-3.4.99/arch/frv/include/asm/
Dpgtable.h237 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
/linux-3.4.99/arch/ia64/include/asm/
Dpgtable.h282 #define pud_present(pud) (pud_val(pud) != 0UL) macro
/linux-3.4.99/arch/x86/include/asm/
Dpgtable.h504 static inline int pud_present(pud_t pud) in pud_present() function