/Linux-v5.10/arch/c6x/include/asm/ |
D | pgtable.h | 32 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
/Linux-v5.10/arch/m68k/mm/ |
D | kmap.c | 94 if (pmd_bad(*pmd_dir)) { in __free_io_area() 378 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
|
/Linux-v5.10/arch/nds32/mm/ |
D | mm-nds32.c | 54 if (pmd_bad(*pmd)) { in pgd_free()
|
D | fault.c | 55 if (pmd_bad(*pmd)) { in show_pte()
|
/Linux-v5.10/arch/mips/sgi-ip27/ |
D | TODO | 15 does not agree with pgd_bad/pmd_bad.
|
/Linux-v5.10/arch/arm/include/asm/ |
D | pgtable-2level.h | 196 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
|
D | pgtable-3level.h | 138 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
|
/Linux-v5.10/arch/ia64/mm/ |
D | fault.c | 50 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
|
/Linux-v5.10/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 140 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
D | motorola_pgtable.h | 144 #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.10/arch/mips/include/asm/ |
D | pgtable-32.h | 131 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
D | pgtable-64.h | 251 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/Linux-v5.10/arch/nios2/include/asm/ |
D | pgtable.h | 217 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/Linux-v5.10/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 73 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
|
/Linux-v5.10/arch/hexagon/include/asm/ |
D | pgtable.h | 236 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/Linux-v5.10/arch/arc/include/asm/ |
D | pgtable.h | 273 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
|
/Linux-v5.10/arch/csky/include/asm/ |
D | pgtable.h | 142 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/Linux-v5.10/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 144 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
|
/Linux-v5.10/arch/um/include/asm/ |
D | pgtable.h | 98 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
/Linux-v5.10/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 203 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
/Linux-v5.10/arch/xtensa/include/asm/ |
D | pgtable.h | 263 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/Linux-v5.10/arch/openrisc/include/asm/ |
D | pgtable.h | 224 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
|
/Linux-v5.10/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.10/arch/sh/mm/ |
D | fault.c | 103 if (pmd_bad(*pmd)) { in show_pte()
|