/linux-3.3/arch/c6x/include/asm/ |
D | pgtable.h | 34 #define pmd_present(x) (pmd_val(x)) macro
|
/linux-3.3/arch/blackfin/include/asm/ |
D | pgtable.h | 27 #define pmd_present(x) (pmd_val(x)) macro
|
/linux-3.3/arch/mips/include/asm/ |
D | pgtable-32.h | 84 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
D | pgtable-64.h | 178 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-3.3/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 134 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
|
D | pgtable-ppc64.h | 164 #define pmd_present(pmd) (pmd_val(pmd) != 0) macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 146 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
D | motorola_pgtable.h | 140 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
|
D | mcf_pgtable.h | 198 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
/linux-3.3/arch/cris/include/asm/ |
D | pgtable.h | 104 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-3.3/arch/unicore32/include/asm/ |
D | pgtable.h | 207 #define pmd_present(pmd) (pmd_val(pmd) & PMD_PRESENT) macro
|
/linux-3.3/arch/score/include/asm/ |
D | pgtable.h | 55 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-3.3/arch/um/include/asm/ |
D | pgtable.h | 107 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-3.3/arch/sh/include/asm/ |
D | pgtable_64.h | 66 #define pmd_present(pmd_entry) (pmd_val(pmd_entry) & _PAGE_PRESENT) macro
|
D | pgtable_32.h | 332 #define pmd_present(x) (pmd_val(x)) macro
|
/linux-3.3/arch/arm/include/asm/ |
D | pgtable.h | 166 #define pmd_present(pmd) (pmd_val(pmd)) macro
|
/linux-3.3/arch/hexagon/include/asm/ |
D | pgtable.h | 277 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-3.3/arch/m32r/include/asm/ |
D | pgtable.h | 184 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-3.3/arch/tile/include/asm/ |
D | pgtable.h | 388 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-3.3/arch/avr32/include/asm/ |
D | pgtable.h | 258 #define pmd_present(x) (pmd_val(x)) macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | pgtable.h | 213 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | pgtable.h | 255 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/ |
D | pgtable.h | 230 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-3.3/arch/sparc/include/asm/ |
D | pgtable_32.h | 168 #define pmd_present(pmd) BTFIXUP_CALL(pmd_present)(pmd) macro
|
/linux-3.3/arch/mn10300/include/asm/ |
D | pgtable.h | 224 #define pmd_present(x) (!pmd_none(x)) macro
|