Home
last modified time | relevance | path

Searched refs:is_hwpoison_entry (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/include/linux/
Dswapops.h597 static inline int is_hwpoison_entry(swp_entry_t entry) in is_hwpoison_entry() function
619 static inline int is_hwpoison_entry(swp_entry_t swp) in is_hwpoison_entry() function
/Linux-v6.1/arch/arm64/mm/
Dhugetlbpage.c246 VM_BUG_ON(!is_migration_entry(entry) && !is_hwpoison_entry(entry)); in hugetlb_swap_entry_to_folio()
/Linux-v6.1/mm/
Dmadvise.c639 } else if (is_hwpoison_entry(entry) || in madvise_free_pte_range()
Dmemory-failure.c637 if (is_hwpoison_entry(swp)) in check_hwpoisoned_entry()
Dmemory.c1491 } else if (is_hwpoison_entry(entry) || in zap_pte_range()
3767 } else if (is_hwpoison_entry(entry)) { in do_swap_page()
Dhugetlb.c4766 if (is_hwpoison_entry(swp)) in is_hugetlb_entry_hwpoisoned()