| /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 | 153 #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/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/arm/include/asm/ |
| H A D | pgtable-3level.h | 140 #define pmd_bad(pmd) (!(pmd_val(pmd) & PMD_TABLE_BIT)) 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 | hmm.c | 451 if (pmd_bad(pmd)) { in hmm_vma_walk_pmd()
|
| H A D | userfaultfd.c | 310 if (unlikely(pmd_bad(dst_pmdval))) in mfill_establish_pmd()
|
| /linux/arch/sh/mm/ |
| H A D | fault.c | 103 if (pmd_bad(*pmd)) { in show_pte()
|
| /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/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 | 217 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
|
| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 85 | pmd_bad | Tests a non-table mapped PMD |
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 278 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
|
| /linux/arch/arm/mm/ |
| H A D | fault.c | 85 if (pmd_bad(*pmd)) { in show_pte()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 246 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 219 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 851 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /linux/arch/x86/include/asm/ |
| H A D | pgtable.h | 1025 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 757 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 788 #define pmd_bad(pmd) (!pmd_table(pmd)) macro
|