| /Linux-v4.19/arch/c6x/include/asm/ |
| D | pgtable.h | 36 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
| /Linux-v4.19/arch/arm/include/asm/ |
| D | pgtable-2level.h | 195 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
|
| D | pgtable-3level.h | 174 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
|
| /Linux-v4.19/arch/mips/include/asm/ |
| D | pgtable-32.h | 100 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
| D | pgtable-64.h | 252 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /Linux-v4.19/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 140 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
| /Linux-v4.19/arch/nios2/include/asm/ |
| D | pgtable.h | 225 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
| /Linux-v4.19/arch/unicore32/include/asm/ |
| D | pgtable.h | 209 #define pmd_bad(pmd) (((pmd_val(pmd) & \ macro
|
| /Linux-v4.19/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 | 331 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
| /Linux-v4.19/arch/hexagon/include/asm/ |
| D | pgtable.h | 279 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /Linux-v4.19/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 142 #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-v4.19/arch/um/include/asm/ |
| D | pgtable.h | 100 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
| /Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable.h | 116 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
|
| /Linux-v4.19/arch/arc/include/asm/ |
| D | pgtable.h | 278 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
|
| /Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
| D | pgtable.h | 113 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
| /Linux-v4.19/arch/riscv/include/asm/ |
| D | pgtable.h | 109 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /Linux-v4.19/arch/sparc/include/asm/ |
| D | pgtable_32.h | 165 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /Linux-v4.19/arch/alpha/include/asm/ |
| D | pgtable.h | 255 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
|
| /Linux-v4.19/arch/openrisc/include/asm/ |
| D | pgtable.h | 229 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
|
| /Linux-v4.19/arch/nds32/include/asm/ |
| D | pgtable.h | 312 #define pmd_bad(pmd) pmd_none(pmd) macro
|
| /Linux-v4.19/arch/xtensa/include/asm/ |
| D | pgtable.h | 268 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
| /Linux-v4.19/arch/microblaze/include/asm/ |
| D | pgtable.h | 304 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
|