/Linux-v4.19/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 140 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro 308 (pmd_bad(*(dir)) ? NULL : (pte_t *)pmd_page_vaddr(*(dir)) + \
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | pgtable.h | 36 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
/Linux-v4.19/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-v4.19/arch/unicore32/mm/ |
D | pgd.c | 91 if (pmd_bad(*pmd)) { in free_pgd_slow()
|
/Linux-v4.19/arch/nds32/mm/ |
D | mm-nds32.c | 52 if (pmd_bad(*pmd)) { in pgd_free()
|
D | fault.c | 51 if (pmd_bad(*pmd)) { in show_pte()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-2level.h | 195 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
|
D | pgtable-3level.h | 174 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
|
/Linux-v4.19/arch/mips/sgi-ip27/ |
D | TODO | 15 does not agree with pgd_bad/pmd_bad.
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable-32.h | 100 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
D | pgtable-64.h | 252 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/Linux-v4.19/arch/ia64/mm/ |
D | fault.c | 67 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
|
/Linux-v4.19/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 71 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 142 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 225 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable.h | 564 if (unlikely(pmd_bad(*pmd))) { in pmd_none_or_clear_bad() 951 if (unlikely(pmd_bad(pmdval))) { in pmd_none_or_trans_huge_or_clear_bad()
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | pgtable.h | 209 #define pmd_bad(pmd) (((pmd_val(pmd) & \ macro
|
/Linux-v4.19/arch/arc/include/asm/ |
D | pgtable.h | 278 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable_64.h | 69 #define pmd_bad(pmd_entry) ((pmd_val(pmd_entry) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 116 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 279 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 100 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
/Linux-v4.19/arch/sh/mm/ |
D | cache-sh5.c | 405 if (pmd_none(*pmd) || pmd_bad(*pmd)) in sh64_dcache_purge_user_pages()
|
D | fault.c | 104 if (pmd_bad(*pmd)) { in show_pte()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 165 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|