/linux-4.4.14/arch/c6x/include/asm/ |
D | pgtable.h | 36 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pgtable.h | 29 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-2level.h | 195 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
|
D | pgtable-3level.h | 175 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable-32.h | 94 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
D | pgtable-64.h | 176 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 131 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
D | pgtable-ppc64.h | 153 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 224 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 103 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_KERNEL)) != _PAGE_TABLE) macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 280 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | pgtable.h | 208 #define pmd_bad(pmd) (((pmd_val(pmd) & \ macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 141 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
D | motorola_pgtable.h | 138 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
|
D | mcf_pgtable.h | 196 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
/linux-4.4.14/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 | 330 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 113 #define pmd_bad(x) ((pmd_val(x) & ~(PAGE_MASK | _PAGE_SZ_MASK)) \ macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 53 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable.h | 183 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK) != _KERNPG_TABLE) macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | pgtable.h | 270 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 100 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 253 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 164 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
D | pgtable_64.h | 784 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux-4.4.14/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-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 228 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 257 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 380 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 302 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 227 #define pmd_bad(x) 0 macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 359 #define pmd_bad(x) (pmd_val(x) & xAMPRx_SS) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 271 #define pmd_bad(pmd) (!ia64_phys_addr_valid(pmd_val(pmd))) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 308 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 399 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 570 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 519 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|