/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/m68k/mm/ |
D | kmap.c | 286 if (pmd_bad(*pmd_dir)) { in __iounmap() 363 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 196 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro 368 (pmd_bad(*(dir)) ? NULL : (pte_t *)pmd_page_vaddr(*(dir)) + \
|
/Linux-v5.4/arch/unicore32/mm/ |
D | pgd.c | 88 if (pmd_bad(*pmd)) { in free_pgd_slow()
|
/Linux-v5.4/arch/nds32/mm/ |
D | mm-nds32.c | 52 if (pmd_bad(*pmd)) { in pgd_free()
|
D | fault.c | 52 if (pmd_bad(*pmd)) { in show_pte()
|
/Linux-v5.4/arch/mips/sgi-ip27/ |
D | TODO | 15 does not agree with pgd_bad/pmd_bad.
|
/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/ia64/mm/ |
D | fault.c | 45 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
|
/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/arm/lib/ |
D | uaccess_with_memcpy.c | 68 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
|
/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/m68k/include/asm/ |
D | sun3_pgtable.h | 142 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | pgtable.h | 204 #define pmd_bad(pmd) (((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/sh/include/asm/ |
D | pgtable_64.h | 66 #define pmd_bad(pmd_entry) ((pmd_val(pmd_entry) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) 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/include/asm-generic/ |
D | pgtable.h | 602 if (unlikely(pmd_bad(*pmd))) { in pmd_none_or_clear_bad() 989 if (unlikely(pmd_bad(pmdval))) { in pmd_none_or_trans_huge_or_clear_bad()
|
/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/csky/include/asm/ |
D | pgtable.h | 154 #define pmd_bad(pmd) (pmd_val(pmd) & ~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/sh/mm/ |
D | fault.c | 89 if (pmd_bad(*pmd)) { in show_pte()
|