Searched refs:is_hwpoison_entry (Results 1 – 6 of 6) sorted by relevance
568 static inline int is_hwpoison_entry(swp_entry_t entry) in is_hwpoison_entry() function580 static inline int is_hwpoison_entry(swp_entry_t swp) in is_hwpoison_entry() function
246 VM_BUG_ON(!is_migration_entry(entry) && !is_hwpoison_entry(entry)); in hugetlb_swap_entry_to_folio()
650 } else if (is_hwpoison_entry(entry) || in madvise_free_pte_range()
685 if (is_hwpoison_entry(swp)) in check_hwpoisoned_entry()
1457 } else if (is_hwpoison_entry(entry) || in zap_pte_range()3712 } else if (is_hwpoison_entry(entry)) { in do_swap_page()
4944 if (is_hwpoison_entry(swp)) in is_hugetlb_entry_hwpoisoned()
Completed in 33 milliseconds