Lines Matching refs:old_pte
5736 pte_t *ptep, pte_t old_pte) in hugetlb_pte_stable() argument
5742 same = pte_same(huge_ptep_get(ptep), old_pte); in hugetlb_pte_stable()
5752 pte_t old_pte, unsigned int flags) in hugetlb_no_page() argument
5806 if (!hugetlb_pte_stable(h, mm, ptep, old_pte)) { in hugetlb_no_page()
5830 if (hugetlb_pte_stable(h, mm, ptep, old_pte)) in hugetlb_no_page()
5880 if (!hugetlb_pte_stable(h, mm, ptep, old_pte)) { in hugetlb_no_page()
5908 if (!pte_same(huge_ptep_get(ptep), old_pte)) in hugetlb_no_page()
5922 if (unlikely(pte_marker_uffd_wp(old_pte))) in hugetlb_no_page()
6665 pte_t old_pte; in hugetlb_change_protection() local
6668 old_pte = huge_ptep_modify_prot_start(vma, address, ptep); in hugetlb_change_protection()
6669 pte = huge_pte_modify(old_pte, newprot); in hugetlb_change_protection()
6675 huge_ptep_modify_prot_commit(vma, address, ptep, old_pte, pte); in hugetlb_change_protection()