Home
last modified time | relevance | path

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

123

/linux/arch/m68k/mm/
A Dkmap.c93 if (pmd_bad(*pmd_dir)) { in __free_io_area()
377 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
/linux/arch/nds32/mm/
A Dmm-nds32.c54 if (pmd_bad(*pmd)) { in pgd_free()
A Dfault.c55 if (pmd_bad(*pmd)) { in show_pte()
/linux/arch/arm/include/asm/
A Dpgtable-2level.h213 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
A Dpgtable-3level.h138 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
/linux/arch/arc/include/asm/
A Dpgtable-levels.h160 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/linux/arch/ia64/mm/
A Dfault.c50 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
/linux/mm/damon/
A Dvaddr.c387 if (pmd_none(*pmd) || unlikely(pmd_bad(*pmd))) in damon_mkold_pmd_entry()
475 if (pmd_none(*pmd) || unlikely(pmd_bad(*pmd))) in damon_young_pmd_entry()
/linux/arch/m68k/include/asm/
A Dsun3_pgtable.h140 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
A Dmotorola_pgtable.h146 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
A Dmcf_pgtable.h199 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/linux/arch/mips/include/asm/
A Dpgtable-32.h130 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
A Dpgtable-64.h250 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/nios2/include/asm/
A Dpgtable.h215 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/arm/lib/
A Duaccess_with_memcpy.c73 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
/linux/arch/hexagon/include/asm/
A Dpgtable.h233 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/linux/arch/csky/include/asm/
A Dpgtable.h141 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h204 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h140 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
/linux/arch/um/include/asm/
A Dpgtable.h98 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
/linux/arch/openrisc/include/asm/
A Dpgtable.h223 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
/linux/mm/kasan/
A Dshadow.c174 if (pmd_bad(*pmd)) in shadow_mapped()
/linux/arch/xtensa/include/asm/
A Dpgtable.h262 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/linux/arch/sh/mm/
A Dfault.c103 if (pmd_bad(*pmd)) { in show_pte()
/linux/arch/sparc/include/asm/
A Dpgtable_32.h184 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function

Completed in 29 milliseconds

123