Home
last modified time | relevance | path

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

12

/linux-3.3/arch/c6x/include/asm/
Dpgtable.h34 #define pmd_present(x) (pmd_val(x)) macro
/linux-3.3/arch/blackfin/include/asm/
Dpgtable.h27 #define pmd_present(x) (pmd_val(x)) macro
/linux-3.3/arch/mips/include/asm/
Dpgtable-32.h84 static inline int pmd_present(pmd_t pmd) in pmd_present() function
Dpgtable-64.h178 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-3.3/arch/powerpc/include/asm/
Dpgtable-ppc32.h134 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
Dpgtable-ppc64.h164 #define pmd_present(pmd) (pmd_val(pmd) != 0) macro
/linux-3.3/arch/m68k/include/asm/
Dsun3_pgtable.h146 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
Dmotorola_pgtable.h140 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
Dmcf_pgtable.h198 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
/linux-3.3/arch/cris/include/asm/
Dpgtable.h104 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-3.3/arch/unicore32/include/asm/
Dpgtable.h207 #define pmd_present(pmd) (pmd_val(pmd) & PMD_PRESENT) macro
/linux-3.3/arch/score/include/asm/
Dpgtable.h55 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-3.3/arch/um/include/asm/
Dpgtable.h107 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-3.3/arch/sh/include/asm/
Dpgtable_64.h66 #define pmd_present(pmd_entry) (pmd_val(pmd_entry) & _PAGE_PRESENT) macro
Dpgtable_32.h332 #define pmd_present(x) (pmd_val(x)) macro
/linux-3.3/arch/arm/include/asm/
Dpgtable.h166 #define pmd_present(pmd) (pmd_val(pmd)) macro
/linux-3.3/arch/hexagon/include/asm/
Dpgtable.h277 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-3.3/arch/m32r/include/asm/
Dpgtable.h184 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-3.3/arch/tile/include/asm/
Dpgtable.h388 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-3.3/arch/avr32/include/asm/
Dpgtable.h258 #define pmd_present(x) (pmd_val(x)) macro
/linux-3.3/arch/xtensa/include/asm/
Dpgtable.h213 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
/linux-3.3/arch/alpha/include/asm/
Dpgtable.h255 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
/linux-3.3/arch/openrisc/include/asm/
Dpgtable.h230 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-3.3/arch/sparc/include/asm/
Dpgtable_32.h168 #define pmd_present(pmd) BTFIXUP_CALL(pmd_present)(pmd) macro
/linux-3.3/arch/mn10300/include/asm/
Dpgtable.h224 #define pmd_present(x) (!pmd_none(x)) macro

12