/linux-2.4.37.9/include/asm-arm/ |
D | pgtable.h | 87 #define pmd_present(pmd) (pmd_val(pmd)) macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | pgtable.h | 182 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-2.4.37.9/include/asm-m68k/ |
D | sun3_pgtable.h | 141 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
D | motorola_pgtable.h | 150 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | pgtable.h | 266 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-2.4.37.9/include/asm-s390/ |
D | pgtable.h | 244 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/ |
D | pgtable.h | 208 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | pgtable.h | 271 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | pgtable.h | 263 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/ |
D | pgtable.h | 269 extern inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-2.4.37.9/include/asm-cris/ |
D | pgtable.h | 306 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pgtable.h | 242 #define pmd_present(pmd) (pmd_val(pmd) != 0U) macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | pgtable.h | 227 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | pgtable.h | 206 #define pmd_present(pmd) ((pmd_val(pmd)) != 0) macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | pgtable.h | 233 #define pmd_present(pmd) (pmd_val(pmd) != 0UL) macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pgtable.h | 224 #define pmd_present(pmd) BTFIXUP_CALL(pmd_present)(pmd) macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | pgtable.h | 256 #define pmd_present(pmd_entry) (1) macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | pgtable.h | 309 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | pgtable.h | 447 #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0) macro
|