/Linux-v6.6/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.6/arch/arm/include/asm/ |
D | pgtable-2level.h | 218 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
|
D | pgtable-3level.h | 141 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
|
/Linux-v6.6/arch/ia64/mm/ |
D | fault.c | 50 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
|
/Linux-v6.6/arch/arc/include/asm/ |
D | pgtable-levels.h | 157 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
|
/Linux-v6.6/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 122 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
D | mcf_pgtable.h | 142 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
D | motorola_pgtable.h | 121 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
|
/Linux-v6.6/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.6/mm/ |
D | page_table_check.c | 233 if (!pmd_bad(pmd) && !pmd_leaf(pmd)) { in __page_table_check_pte_clear_range()
|
D | pgtable-generic.c | 296 if (unlikely(pmd_bad(pmdval))) { in __pte_offset_map()
|
/Linux-v6.6/arch/hexagon/include/asm/ |
D | pgtable.h | 209 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/Linux-v6.6/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 73 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
|
/Linux-v6.6/arch/nios2/include/asm/ |
D | pgtable.h | 203 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/Linux-v6.6/arch/csky/include/asm/ |
D | pgtable.h | 122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/Linux-v6.6/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 127 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
|
/Linux-v6.6/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 205 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
/Linux-v6.6/arch/um/include/asm/ |
D | pgtable.h | 84 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
/Linux-v6.6/arch/sh/mm/ |
D | fault.c | 103 if (pmd_bad(*pmd)) { in show_pte()
|
/Linux-v6.6/arch/alpha/include/asm/ |
D | pgtable.h | 239 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
|
/Linux-v6.6/arch/sparc/include/asm/ |
D | pgtable_32.h | 168 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/Linux-v6.6/arch/microblaze/include/asm/ |
D | pgtable.h | 227 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
|
/Linux-v6.6/arch/openrisc/include/asm/ |
D | pgtable.h | 208 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
|
/Linux-v6.6/arch/xtensa/include/asm/ |
D | pgtable.h | 248 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|