Lines Matching refs:orig_pte
162 pte_t orig_pte = huge_ptep_get(ptep); in get_clear_flush() local
163 bool valid = pte_valid(orig_pte); in get_clear_flush()
175 orig_pte = pte_mkdirty(orig_pte); in get_clear_flush()
178 orig_pte = pte_mkyoung(orig_pte); in get_clear_flush()
185 return orig_pte; in get_clear_flush()
376 pte_t orig_pte = huge_ptep_get(ptep); in huge_ptep_get_and_clear() local
378 if (!pte_cont(orig_pte)) in huge_ptep_get_and_clear()
403 pte_t orig_pte = huge_ptep_get(ptep + i); in __cont_access_flags_changed() local
405 if (pte_dirty(pte) != pte_dirty(orig_pte)) in __cont_access_flags_changed()
408 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed()
423 pte_t orig_pte; in huge_ptep_set_access_flags() local
434 orig_pte = get_clear_flush(vma->vm_mm, addr, ptep, pgsize, ncontig); in huge_ptep_set_access_flags()
437 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
440 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()