Searched refs:ptent (Results 1 – 1 of 1) sorted by relevance
1059 pte_t ptent = *pte; in clear_soft_dirty() local1061 if (pte_present(ptent)) { in clear_soft_dirty()1065 ptent = pte_wrprotect(old_pte); in clear_soft_dirty()1066 ptent = pte_clear_soft_dirty(ptent); in clear_soft_dirty()1067 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()1068 } else if (is_swap_pte(ptent)) { in clear_soft_dirty()1069 ptent = pte_swp_clear_soft_dirty(ptent); in clear_soft_dirty()1070 set_pte_at(vma->vm_mm, addr, pte, ptent); in clear_soft_dirty()1115 pte_t *pte, ptent; in clear_refs_pte_range() local1145 ptent = *pte; in clear_refs_pte_range()[all …]