Home
last modified time | relevance | path

Searched refs:pmd_bad (Results 1 - 25 of 103) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/c6x/include/asm/
H A Dpgtable.h32 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable-2level.h218 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
/kernel/linux/linux-6.6/arch/ia64/mm/
H A Dfault.c50 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dpgtable-levels.h157 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/kernel/linux/linux-5.10/arch/arm/lib/
H A Duaccess_with_memcpy.c73 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dparavirt.c90 if (pmd_none(*pmd) || pmd_bad(*pmd)) in slow_virt_to_phys()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmotorola_pgtable.h144 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
H A Dsun3_pgtable.h138 //static inline int pmd_bad (pmd_t pmd) { return (pmd_val (pmd) & SUN3_PMD_MASK) != SUN3_PMD_MAGIC; }
140 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dpgtable.h267 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
/kernel/linux/linux-5.10/arch/ia64/mm/
H A Dfault.c50 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dpgtable-64.h251 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
H A Dpgtable-32.h131 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H A Dpgtable.h217 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dpgtable.h232 * pmd_bad - check if a PMD entry is "bad". That might mean swapped out.
236 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpgtable-64.h245 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
H A Dpgtable-32.h129 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3_pgtable.h120 //static inline int pmd_bad (pmd_t pmd) { return (pmd_val (pmd) & SUN3_PMD_MASK) != SUN3_PMD_MAGIC; }
122 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgtable.h122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dpgtable.h205 * pmd_bad - check if a PMD entry is "bad". That might mean swapped out.
209 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function

Completed in 13 milliseconds

12345