/linux/arch/m68k/mm/ |
A D | kmap.c | 93 if (pmd_bad(*pmd_dir)) { in __free_io_area() 377 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
|
/linux/arch/nds32/mm/ |
A D | mm-nds32.c | 54 if (pmd_bad(*pmd)) { in pgd_free()
|
A D | fault.c | 55 if (pmd_bad(*pmd)) { in show_pte()
|
/linux/arch/arm/include/asm/ |
A D | pgtable-2level.h | 213 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
|
A D | pgtable-3level.h | 138 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
|
/linux/arch/arc/include/asm/ |
A D | pgtable-levels.h | 160 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
|
/linux/arch/ia64/mm/ |
A D | fault.c | 50 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
|
/linux/mm/damon/ |
A D | vaddr.c | 387 if (pmd_none(*pmd) || unlikely(pmd_bad(*pmd))) in damon_mkold_pmd_entry() 475 if (pmd_none(*pmd) || unlikely(pmd_bad(*pmd))) in damon_young_pmd_entry()
|
/linux/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 140 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
A D | motorola_pgtable.h | 146 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
|
A D | mcf_pgtable.h | 199 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
/linux/arch/mips/include/asm/ |
A D | pgtable-32.h | 130 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
A D | pgtable-64.h | 250 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 215 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux/arch/arm/lib/ |
A D | uaccess_with_memcpy.c | 73 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
|
/linux/arch/hexagon/include/asm/ |
A D | pgtable.h | 233 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/linux/arch/csky/include/asm/ |
A D | pgtable.h | 141 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 204 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 140 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
|
/linux/arch/um/include/asm/ |
A D | pgtable.h | 98 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
/linux/arch/openrisc/include/asm/ |
A D | pgtable.h | 223 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
|
/linux/mm/kasan/ |
A D | shadow.c | 174 if (pmd_bad(*pmd)) in shadow_mapped()
|
/linux/arch/xtensa/include/asm/ |
A D | pgtable.h | 262 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/linux/arch/sh/mm/ |
A D | fault.c | 103 if (pmd_bad(*pmd)) { in show_pte()
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_32.h | 184 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|