Home
last modified time | relevance | path

Searched defs:pmd_present (Results 1 – 19 of 19) sorted by relevance

/linux-2.4.37.9/include/asm-arm/
Dpgtable.h87 #define pmd_present(pmd) (pmd_val(pmd)) macro
/linux-2.4.37.9/include/asm-mips/
Dpgtable.h182 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-2.4.37.9/include/asm-m68k/
Dsun3_pgtable.h141 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
Dmotorola_pgtable.h150 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
/linux-2.4.37.9/include/asm-mips64/
Dpgtable.h266 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-2.4.37.9/include/asm-s390/
Dpgtable.h244 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _SEG_PRESENT; } in pmd_present() function
/linux-2.4.37.9/include/asm-sh/
Dpgtable.h208 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-2.4.37.9/include/asm-i386/
Dpgtable.h271 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-2.4.37.9/include/asm-alpha/
Dpgtable.h263 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
/linux-2.4.37.9/include/asm-s390x/
Dpgtable.h269 extern inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-2.4.37.9/include/asm-cris/
Dpgtable.h306 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-2.4.37.9/include/asm-sparc64/
Dpgtable.h242 #define pmd_present(pmd) (pmd_val(pmd) != 0U) macro
/linux-2.4.37.9/include/asm-parisc/
Dpgtable.h227 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-2.4.37.9/include/asm-ppc64/
Dpgtable.h206 #define pmd_present(pmd) ((pmd_val(pmd)) != 0) macro
/linux-2.4.37.9/include/asm-ia64/
Dpgtable.h233 #define pmd_present(pmd) (pmd_val(pmd) != 0UL) macro
/linux-2.4.37.9/include/asm-sparc/
Dpgtable.h224 #define pmd_present(pmd) BTFIXUP_CALL(pmd_present)(pmd) macro
/linux-2.4.37.9/include/asm-sh64/
Dpgtable.h256 #define pmd_present(pmd_entry) (1) macro
/linux-2.4.37.9/include/asm-x86_64/
Dpgtable.h309 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-2.4.37.9/include/asm-ppc/
Dpgtable.h447 #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0) macro