/linux-3.3/arch/c6x/include/asm/ |
D | pgtable.h | 36 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
/linux-3.3/arch/arm/include/asm/ |
D | pgtable-2level.h | 161 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
|
D | pgtable-3level.h | 137 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
|
/linux-3.3/arch/blackfin/include/asm/ |
D | pgtable.h | 29 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
/linux-3.3/arch/sparc/include/asm/ |
D | pgtable_32.h | 158 BTFIXUPDEF_CALL_CONST(int, pmd_bad, pmd_t) in BTFIXUPDEF_CALL_CONST() argument 167 #define pmd_bad(pmd) BTFIXUP_CALL(pmd_bad)(pmd) macro
|
/linux-3.3/arch/mips/include/asm/ |
D | pgtable-32.h | 82 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
D | pgtable-64.h | 176 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 133 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
D | pgtable-ppc64.h | 162 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 143 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
D | motorola_pgtable.h | 139 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
|
D | mcf_pgtable.h | 197 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
/linux-3.3/arch/cris/include/asm/ |
D | pgtable.h | 103 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_KERNEL)) != _PAGE_TABLE) macro
|
/linux-3.3/arch/unicore32/include/asm/ |
D | pgtable.h | 208 #define pmd_bad(pmd) (((pmd_val(pmd) & \ macro
|
/linux-3.3/arch/score/include/asm/ |
D | pgtable.h | 53 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux-3.3/arch/um/include/asm/ |
D | pgtable.h | 105 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
/linux-3.3/arch/sh/include/asm/ |
D | pgtable_64.h | 69 #define pmd_bad(pmd_entry) ((pmd_val(pmd_entry) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
D | pgtable_32.h | 334 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
/linux-3.3/arch/hexagon/include/asm/ |
D | pgtable.h | 287 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/linux-3.3/arch/m32r/include/asm/ |
D | pgtable.h | 186 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK) != _KERNPG_TABLE) macro
|
/linux-3.3/arch/tile/include/asm/ |
D | pgtable.h | 393 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/linux-3.3/arch/avr32/include/asm/ |
D | pgtable.h | 265 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | pgtable.h | 214 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | pgtable.h | 254 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
|
/linux-3.3/arch/openrisc/include/asm/ |
D | pgtable.h | 229 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
|