Lines Matching defs:pteval
1395 pte_t pteval;
1532 pteval = ptep_get_and_clear(mm, pvmw.address, pvmw.pte);
1543 * pteval maps a zone device page and is therefore
1546 if (pte_swp_soft_dirty(pteval))
1548 if (pte_swp_uffd_wp(pteval))
1577 pteval = ptep_get_and_clear(mm, address, pvmw.pte);
1579 set_tlb_ubc_flush_pending(mm, pte_dirty(pteval));
1581 pteval = ptep_clear_flush(vma, address, pvmw.pte);
1585 if (pte_dirty(pteval))
1592 pteval = swp_entry_to_pte(make_hwpoison_entry(subpage));
1596 pvmw.pte, pteval,
1600 set_pte_at(mm, address, pvmw.pte, pteval);
1603 } else if ((vma->vm_flags & VM_PURGEABLE) || (pte_unused(pteval) &&
1626 if (arch_unmap_one(mm, vma, address, pteval) < 0) {
1627 set_pte_at(mm, address, pvmw.pte, pteval);
1639 pte_write(pteval));
1641 if (pte_soft_dirty(pteval))
1643 if (pte_uffd_wp(pteval))
1704 set_pte_at(mm, address, pvmw.pte, pteval);
1712 set_pte_at(mm, address, pvmw.pte, pteval);
1717 if (arch_unmap_one(mm, vma, address, pteval) < 0) {
1718 set_pte_at(mm, address, pvmw.pte, pteval);
1732 if (pte_soft_dirty(pteval))
1734 if (pte_uffd_wp(pteval))