Searched refs:is_hugetlb_entry_hwpoisoned (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dhugetlb.h283 bool is_hugetlb_entry_hwpoisoned(pte_t pte);
/linux-master/mm/
H A Dhugetlb.c5355 bool is_hugetlb_entry_hwpoisoned(pte_t pte) function
5452 } else if (unlikely(is_hugetlb_entry_hwpoisoned(entry))) {
6534 } else if (unlikely(is_hugetlb_entry_hwpoisoned(entry)))
7022 if (unlikely(is_hugetlb_entry_hwpoisoned(pte))) {
/linux-master/fs/proc/
H A Dtask_mmu.c1936 if (is_hugetlb_entry_hwpoisoned(ptent) || is_pte_marker(ptent))

Completed in 127 milliseconds