Home
last modified time | relevance | path

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

/mm/
Dmemory-failure.c605 struct hwp_walk *hwp) in check_hwpoisoned_pmd_entry() argument
614 if (pfn <= hwp->pfn && hwp->pfn < pfn + HPAGE_PMD_NR) { in check_hwpoisoned_pmd_entry()
615 hwpoison_vaddr = addr + ((hwp->pfn - pfn) << PAGE_SHIFT); in check_hwpoisoned_pmd_entry()
616 set_to_kill(&hwp->tk, hwpoison_vaddr, PAGE_SHIFT); in check_hwpoisoned_pmd_entry()
623 struct hwp_walk *hwp) in check_hwpoisoned_pmd_entry() argument
632 struct hwp_walk *hwp = (struct hwp_walk *)walk->private; in hwpoison_pte_range() local
639 ret = check_hwpoisoned_pmd_entry(pmdp, addr, hwp); in hwpoison_pte_range()
651 hwp->pfn, &hwp->tk); in hwpoison_pte_range()
666 struct hwp_walk *hwp = (struct hwp_walk *)walk->private; in hwpoison_hugetlb_range() local
671 hwp->pfn, &hwp->tk); in hwpoison_hugetlb_range()