/Linux-v5.4/arch/c6x/include/asm/ |
D | pgtable.h | 33 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable-2level.h | 192 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
|
D | pgtable-3level.h | 162 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable-32.h | 132 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
D | pgtable-64.h | 252 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | pgtable.h | 225 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 196 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | pgtable.h | 204 #define pmd_bad(pmd) (((pmd_val(pmd) & \ macro
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | pgtable.h | 266 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgtable_64.h | 66 #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-v5.4/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-v5.4/arch/um/include/asm/ |
D | pgtable.h | 98 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgtable.h | 154 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 144 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
|
/Linux-v5.4/arch/arc/include/asm/ |
D | pgtable.h | 275 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgtable_32.h | 165 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | pgtable.h | 133 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/Linux-v5.4/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-v5.4/arch/openrisc/include/asm/ |
D | pgtable.h | 225 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | pgtable.h | 264 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | pgtable.h | 312 #define pmd_bad(pmd) pmd_none(pmd) macro
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 219 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|