Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgtable.h140 #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/
Dpgtable.h36 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/Linux-v4.19/arch/m68k/mm/
Dkmap.c286 if (pmd_bad(*pmd_dir)) { in __iounmap()
363 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
/Linux-v4.19/arch/unicore32/mm/
Dpgd.c91 if (pmd_bad(*pmd)) { in free_pgd_slow()
/Linux-v4.19/arch/nds32/mm/
Dmm-nds32.c52 if (pmd_bad(*pmd)) { in pgd_free()
Dfault.c51 if (pmd_bad(*pmd)) { in show_pte()
/Linux-v4.19/arch/arm/include/asm/
Dpgtable-2level.h195 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
Dpgtable-3level.h174 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/Linux-v4.19/arch/mips/sgi-ip27/
DTODO15 does not agree with pgd_bad/pmd_bad.
/Linux-v4.19/arch/mips/include/asm/
Dpgtable-32.h100 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
Dpgtable-64.h252 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/Linux-v4.19/arch/ia64/mm/
Dfault.c67 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
/Linux-v4.19/arch/arm/lib/
Duaccess_with_memcpy.c71 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
/Linux-v4.19/arch/m68k/include/asm/
Dsun3_pgtable.h142 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/Linux-v4.19/arch/nios2/include/asm/
Dpgtable.h225 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/Linux-v4.19/include/asm-generic/
Dpgtable.h564 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/
Dpgtable.h209 #define pmd_bad(pmd) (((pmd_val(pmd) & \ macro
/Linux-v4.19/arch/arc/include/asm/
Dpgtable.h278 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/Linux-v4.19/arch/sh/include/asm/
Dpgtable_64.h69 #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/
Dpgtable.h116 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/Linux-v4.19/arch/hexagon/include/asm/
Dpgtable.h279 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/Linux-v4.19/arch/um/include/asm/
Dpgtable.h100 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/Linux-v4.19/arch/sh/mm/
Dcache-sh5.c405 if (pmd_none(*pmd) || pmd_bad(*pmd)) in sh64_dcache_purge_user_pages()
Dfault.c104 if (pmd_bad(*pmd)) { in show_pte()
/Linux-v4.19/arch/sparc/include/asm/
Dpgtable_32.h165 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function

123