| /linux/arch/m68k/mm/ |
| H A D | kmap.c | 93 if (pmd_bad(*pmd_dir)) { in __free_io_area() 386 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
|
| /linux/arch/powerpc/include/asm/nohash/32/ |
| H A D | pgtable.h | 155 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 156 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
|
| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 102 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 116 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
| H A D | motorola_pgtable.h | 115 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
|
| H A D | mcf_pgtable.h | 136 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
|
| /linux/arch/hexagon/include/asm/ |
| H A D | pgtable.h | 209 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 140 #define pmd_bad(pmd) (!(pmd_val(pmd) & PMD_TABLE_BIT)) macro
|
| /linux/arch/nios2/include/asm/ |
| H A D | pgtable.h | 208 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
| /linux/mm/ |
| H A D | page_table_check.c | 269 if (!pmd_bad(pmd) && !pmd_leaf(pmd)) { in __page_table_check_pte_clear_range()
|
| H A D | pgtable-generic.c | 299 if (unlikely(pmd_bad(pmdval))) { in ___pte_offset_map()
|
| /linux/arch/csky/include/asm/ |
| H A D | pgtable.h | 122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
| /linux/arch/alpha/include/asm/ |
| H A D | pgtable.h | 209 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable.h | 86 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
|
| /linux/arch/sh/mm/ |
| H A D | fault.c | 103 if (pmd_bad(*pmd)) { in show_pte()
|
| /linux/arch/openrisc/include/asm/ |
| H A D | pgtable.h | 191 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
|
| /linux/arch/microblaze/include/asm/ |
| H A D | pgtable.h | 226 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
|
| /linux/arch/riscv/mm/ |
| H A D | fault.c | 65 if (pmd_none(pmd) || pmd_bad(pmd) || pmd_leaf(pmd)) in show_pte()
|
| /linux/arch/xtensa/include/asm/ |
| H A D | pgtable.h | 247 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgtable_32.h | 168 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 330 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
|
| /linux/arch/parisc/kernel/ |
| H A D | pci-dma.c | 162 if (pmd_bad(*pmd)) { in unmap_uncached_pte()
|
| /linux/arch/sparc/mm/ |
| H A D | fault_64.c | 103 if (pmd_none(*pmdp) || unlikely(pmd_bad(*pmdp))) in get_user_insn()
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 220 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|