Lines Matching refs:ptent
1107 pte_t ptent = *pte; in clear_soft_dirty() local
1109 if (pte_present(ptent)) { in clear_soft_dirty()
1112 if (pte_is_pinned(vma, addr, ptent)) in clear_soft_dirty()
1115 ptent = pte_wrprotect(old_pte); in clear_soft_dirty()
1116 ptent = pte_clear_soft_dirty(ptent); in clear_soft_dirty()
1117 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()
1118 } else if (is_swap_pte(ptent)) { in clear_soft_dirty()
1119 ptent = pte_swp_clear_soft_dirty(ptent); in clear_soft_dirty()
1120 set_pte_at(vma->vm_mm, addr, pte, ptent); in clear_soft_dirty()
1165 pte_t *pte, ptent; in clear_refs_pte_range() local
1195 ptent = *pte; in clear_refs_pte_range()
1202 if (!pte_present(ptent)) in clear_refs_pte_range()
1205 page = vm_normal_page(vma, addr, ptent); in clear_refs_pte_range()