Lines Matching refs:pteval
1362 pte_t pteval; in try_to_unmap_one() local
1486 pteval = ptep_get_and_clear(mm, pvmw.address, pvmw.pte); in try_to_unmap_one()
1495 if (pte_soft_dirty(pteval)) in try_to_unmap_one()
1533 pteval = ptep_get_and_clear(mm, address, pvmw.pte); in try_to_unmap_one()
1535 set_tlb_ubc_flush_pending(mm, pte_dirty(pteval)); in try_to_unmap_one()
1537 pteval = ptep_clear_flush(vma, address, pvmw.pte); in try_to_unmap_one()
1541 if (pte_dirty(pteval)) in try_to_unmap_one()
1548 pteval = swp_entry_to_pte(make_hwpoison_entry(subpage)); in try_to_unmap_one()
1552 pvmw.pte, pteval, in try_to_unmap_one()
1556 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1559 } else if (pte_unused(pteval) && !userfaultfd_armed(vma)) { in try_to_unmap_one()
1579 if (arch_unmap_one(mm, vma, address, pteval) < 0) { in try_to_unmap_one()
1580 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1592 pte_write(pteval)); in try_to_unmap_one()
1594 if (pte_soft_dirty(pteval)) in try_to_unmap_one()
1655 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1663 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1668 if (arch_unmap_one(mm, vma, address, pteval) < 0) { in try_to_unmap_one()
1669 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1683 if (pte_soft_dirty(pteval)) in try_to_unmap_one()