• Home
  • Raw
  • Download

Lines Matching refs:pte

804 		if (pvmw.pte) {  in page_referenced_one()
807 pvmw.pte)) { in page_referenced_one()
945 if (pvmw.pte) { in page_mkclean_one()
947 pte_t *pte = pvmw.pte; in page_mkclean_one() local
949 if (!pte_dirty(*pte) && !pte_write(*pte)) in page_mkclean_one()
952 flush_cache_page(vma, address, pte_pfn(*pte)); in page_mkclean_one()
953 entry = ptep_clear_flush(vma, address, pte); in page_mkclean_one()
956 set_pte_at(vma->vm_mm, address, pte, entry); in page_mkclean_one()
1510 if (!pvmw.pte && (flags & TTU_MIGRATION)) { in try_to_unmap_one()
1542 VM_BUG_ON_PAGE(!pvmw.pte, page); in try_to_unmap_one()
1544 subpage = page - page_to_pfn(page) + pte_pfn(*pvmw.pte); in try_to_unmap_one()
1554 if (huge_pmd_unshare(mm, vma, &address, pvmw.pte)) { in try_to_unmap_one()
1587 pteval = ptep_get_and_clear(mm, pvmw.address, pvmw.pte); in try_to_unmap_one()
1605 set_pte_at(mm, pvmw.address, pvmw.pte, swp_pte); in try_to_unmap_one()
1622 flush_cache_page(vma, address, pte_pfn(*pvmw.pte)); in try_to_unmap_one()
1632 pteval = ptep_get_and_clear(mm, address, pvmw.pte); in try_to_unmap_one()
1636 pteval = ptep_clear_flush(vma, address, pvmw.pte); in try_to_unmap_one()
1651 pvmw.pte, pteval, in try_to_unmap_one()
1655 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1679 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1697 set_pte_at(mm, address, pvmw.pte, swp_pte); in try_to_unmap_one()
1756 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1764 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1770 set_pte_at(mm, address, pvmw.pte, pteval); in try_to_unmap_one()
1788 set_pte_at(mm, address, pvmw.pte, swp_pte); in try_to_unmap_one()