Lines Matching refs:ptent
1112 pte_t ptent = *pte; in clear_soft_dirty() local
1114 if (pte_present(ptent)) { in clear_soft_dirty()
1117 if (pte_is_pinned(vma, addr, ptent)) in clear_soft_dirty()
1120 ptent = pte_wrprotect(old_pte); in clear_soft_dirty()
1121 ptent = pte_clear_soft_dirty(ptent); in clear_soft_dirty()
1122 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()
1123 } else if (is_swap_pte(ptent)) { in clear_soft_dirty()
1124 ptent = pte_swp_clear_soft_dirty(ptent); in clear_soft_dirty()
1125 set_pte_at(vma->vm_mm, addr, pte, ptent); in clear_soft_dirty()
1170 pte_t *pte, ptent; in clear_refs_pte_range() local
1200 ptent = *pte; in clear_refs_pte_range()
1207 if (!pte_present(ptent)) in clear_refs_pte_range()
1210 page = vm_normal_page(vma, addr, ptent); in clear_refs_pte_range()