| /Linux-v6.1/arch/m68k/mm/ |
| D | kmap.c | 93 if (pmd_bad(*pmd_dir)) { in __free_io_area() 386 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
|
| /Linux-v6.1/arch/arm/include/asm/ |
| D | pgtable-2level.h | 215 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
|
| D | pgtable-3level.h | 138 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
|
| /Linux-v6.1/arch/arc/include/asm/ |
| D | pgtable-levels.h | 157 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
|
| /Linux-v6.1/arch/ia64/mm/ |
| D | fault.c | 50 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
|
| /Linux-v6.1/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 118 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
| D | motorola_pgtable.h | 117 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
|
| D | mcf_pgtable.h | 140 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
| /Linux-v6.1/arch/mips/include/asm/ |
| D | pgtable-32.h | 129 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| D | pgtable-64.h | 245 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /Linux-v6.1/arch/arm/lib/ |
| D | uaccess_with_memcpy.c | 73 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
|
| /Linux-v6.1/arch/nios2/include/asm/ |
| D | pgtable.h | 196 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
| /Linux-v6.1/arch/hexagon/include/asm/ |
| D | pgtable.h | 206 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /Linux-v6.1/mm/ |
| D | page_table_check.c | 237 if (!pmd_bad(pmd) && !pmd_leaf(pmd)) { in __page_table_check_pte_clear_range()
|
| /Linux-v6.1/mm/damon/ |
| D | vaddr.c | 321 if (pmd_none(*pmd) || unlikely(pmd_bad(*pmd))) in damon_mkold_pmd_entry() 467 if (pmd_none(*pmd) || unlikely(pmd_bad(*pmd))) in damon_young_pmd_entry()
|
| /Linux-v6.1/arch/csky/include/asm/ |
| D | pgtable.h | 122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
| /Linux-v6.1/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 205 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
| /Linux-v6.1/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable.h | 127 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
|
| /Linux-v6.1/arch/um/include/asm/ |
| D | pgtable.h | 81 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
| /Linux-v6.1/arch/openrisc/include/asm/ |
| D | pgtable.h | 205 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
|
| /Linux-v6.1/arch/alpha/include/asm/ |
| D | pgtable.h | 236 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
|
| /Linux-v6.1/arch/xtensa/include/asm/ |
| D | pgtable.h | 244 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
| /Linux-v6.1/arch/sh/mm/ |
| D | fault.c | 103 if (pmd_bad(*pmd)) { in show_pte()
|
| /Linux-v6.1/arch/sparc/include/asm/ |
| D | pgtable_32.h | 170 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /Linux-v6.1/arch/microblaze/include/asm/ |
| D | pgtable.h | 224 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
|