Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/arch/m68k/mm/
H A Dkmap.c94 if (pmd_bad(*pmd_dir)) { in __free_io_area()
378 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dpgtable.h32 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dmm-nds32.c54 if (pmd_bad(*pmd)) { in pgd_free()
H A Dfault.c55 if (pmd_bad(*pmd)) { in show_pte()
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/
H A DTODO15 does not agree with pgd_bad/pmd_bad.
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-2level.h196 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
H A Dpgtable-3level.h138 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Dfault.c50 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-32.h131 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
H A Dpgtable-64.h251 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dsun3_pgtable.h140 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
H A Dmotorola_pgtable.h144 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
H A Dmcf_pgtable.h197 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/OK3568_Linux_fs/kernel/mm/damon/
H A Dvaddr.c391 if (pmd_none(*pmd) || unlikely(pmd_bad(*pmd))) in damon_mkold_pmd_entry()
540 if (pmd_none(*pmd) || unlikely(pmd_bad(*pmd))) in damon_young_pmd_entry()
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h217 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Duaccess_with_memcpy.c73 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgtable.h267 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h236 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h147 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h142 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h98 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h204 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dshadow.c168 if (pmd_bad(*pmd)) in shadow_mapped()
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h255 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgtable.h263 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro

123