Lines Matching refs:pte
774 if (pvmw.pte) { in page_referenced_one()
776 pvmw.pte)) { in page_referenced_one()
909 if (pvmw.pte) { in page_mkclean_one()
911 pte_t *pte = pvmw.pte; in page_mkclean_one() local
913 if (!pte_dirty(*pte) && !pte_write(*pte)) in page_mkclean_one()
916 flush_cache_page(vma, address, pte_pfn(*pte)); in page_mkclean_one()
917 entry = ptep_clear_flush(vma, address, pte); in page_mkclean_one()
920 set_pte_at(vma->vm_mm, address, pte, entry); in page_mkclean_one()
1393 if (!pvmw.pte && (flags & TTU_MIGRATION)) { in try_to_unmap_one()
1425 VM_BUG_ON_PAGE(!pvmw.pte, page); in try_to_unmap_one()
1427 subpage = page - page_to_pfn(page) + pte_pfn(*pvmw.pte); in try_to_unmap_one()
1431 if (huge_pmd_unshare(mm, &address, pvmw.pte)) { in try_to_unmap_one()
1464 pteval = ptep_get_and_clear(mm, pvmw.address, pvmw.pte); in try_to_unmap_one()
1475 set_pte_at(mm, pvmw.address, pvmw.pte, swp_pte); in try_to_unmap_one()
1493 pvmw.pte)) { in try_to_unmap_one()
1501 flush_cache_page(vma, address, pte_pfn(*pvmw.pte)); in try_to_unmap_one()
1511 pteval = ptep_get_and_clear(mm, address, pvmw.pte); in try_to_unmap_one()
1515 pteval = ptep_clear_flush(vma, address, pvmw.pte); in try_to_unmap_one()
1530 pvmw.pte, pteval, in try_to_unmap_one()
1534 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1558 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1574 set_pte_at(mm, address, pvmw.pte, swp_pte); in try_to_unmap_one()
1610 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1618 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1624 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1640 set_pte_at(mm, address, pvmw.pte, swp_pte); in try_to_unmap_one()