Home
last modified time | relevance | path

Searched refs:pmd_bad (Results 1 – 25 of 32) sorted by relevance

12

/linux/arch/m68k/mm/
H A Dkmap.c93 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 Dpgtable.h155 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h157 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h102 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h122 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
H A Dmcf_pgtable.h142 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
H A Dmotorola_pgtable.h121 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
/linux/mm/
H A Dpage_table_check.c272 if (!pmd_bad(pmd) && !pmd_leaf(pmd)) {
H A Dpgtable-generic.c298 if (unlikely(pmd_bad(pmdval))) { in __pte_offset_map()
H A Dhmm.c377 if (pmd_bad(pmd)) { in hmm_vma_walk_pmd()
H A Ddebug_vm_pgtable.c199 * entry. Hence this must qualify as pmd_bad(). in pmd_basic_tests()
201 WARN_ON(!pmd_bad(pmd_mkhuge(pmd))); in pmd_basic_tests()
646 * Hence this must not qualify as pmd_bad().
650 WARN_ON(pmd_bad(pmd)); in pmd_clear_tests()
/linux/arch/hexagon/include/asm/
H A Dpgtable.h209 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/nios2/include/asm/
H A Dpgtable.h208 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/csky/include/asm/
H A Dpgtable.h122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/sh/mm/
H A Dfault.c103 if (pmd_bad(*pmd)) { in show_pte()
/linux/arch/alpha/include/asm/
H A Dpgtable.h239 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
/linux/arch/microblaze/include/asm/
H A Dpgtable.h227 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h208 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h168 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/xtensa/include/asm/
H A Dpgtable.h248 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/sh/include/asm/
H A Dpgtable_32.h330 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/linux/arch/parisc/kernel/
H A Dpci-dma.c162 if (pmd_bad(*pmd)) { in unmap_uncached_pte()
/linux/arch/sparc/mm/
H A Dfault_64.c103 if (pmd_none(*pmdp) || unlikely(pmd_bad(*pmdp))) in get_user_insn()
/linux/arch/arm/mm/
H A Dfault.c85 if (pmd_bad(*pmd)) { in show_pte()
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst89 | pmd_bad | Tests a non-table mapped PMD |

12