Home
last modified time | relevance | path

Searched refs:pmd_bad (Results 1 – 25 of 27) 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.h153 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h156 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h116 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
H A Dmotorola_pgtable.h115 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
H A Dmcf_pgtable.h136 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h140 #define pmd_bad(pmd) (!(pmd_val(pmd) & PMD_TABLE_BIT)) macro
/linux/mm/
H A Dpage_table_check.c269 if (!pmd_bad(pmd) && !pmd_leaf(pmd)) { in __page_table_check_pte_clear_range()
H A Dhmm.c451 if (pmd_bad(pmd)) { in hmm_vma_walk_pmd()
H A Duserfaultfd.c310 if (unlikely(pmd_bad(dst_pmdval))) in mfill_establish_pmd()
/linux/arch/sh/mm/
H A Dfault.c103 if (pmd_bad(*pmd)) { in show_pte()
/linux/arch/riscv/mm/
H A Dfault.c65 if (pmd_none(pmd) || pmd_bad(pmd) || pmd_leaf(pmd)) in show_pte()
/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/powerpc/include/asm/book3s/32/
H A Dpgtable.h217 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst85 | pmd_bad | Tests a non-table mapped PMD |
/linux/arch/parisc/include/asm/
H A Dpgtable.h278 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
/linux/arch/arm/mm/
H A Dfault.c85 if (pmd_bad(*pmd)) { in show_pte()
/linux/arch/loongarch/include/asm/
H A Dpgtable.h246 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h219 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h851 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/x86/include/asm/
H A Dpgtable.h1025 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/s390/include/asm/
H A Dpgtable.h757 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h788 #define pmd_bad(pmd) (!pmd_table(pmd)) macro

12