Lines Matching refs:newpte
5195 pte_t newpte = make_huge_pte(vma, &new_folio->page, 1); in hugetlb_install_folio() local
5200 newpte = huge_pte_mkuffd_wp(newpte); in hugetlb_install_folio()
5201 set_huge_pte_at(vma->vm_mm, addr, ptep, newpte, sz); in hugetlb_install_folio()
5939 pte_t newpte = make_huge_pte(vma, &new_folio->page, !unshare); in hugetlb_wp() local
5946 newpte = huge_pte_mkuffd_wp(newpte); in hugetlb_wp()
5947 set_huge_pte_at(mm, vmf->address, vmf->pte, newpte, in hugetlb_wp()
6818 pte_t newpte = pte; in hugetlb_change_protection() local
6827 newpte = swp_entry_to_pte(entry); in hugetlb_change_protection()
6832 newpte = pte_swp_mkuffd_wp(newpte); in hugetlb_change_protection()
6834 newpte = pte_swp_clear_uffd_wp(newpte); in hugetlb_change_protection()
6835 if (!pte_same(pte, newpte)) in hugetlb_change_protection()
6836 set_huge_pte_at(mm, address, ptep, newpte, psize); in hugetlb_change_protection()