Lines Matching refs:orig_pte
111 pte_t orig_pte = huge_ptep_get(ptep); in get_clear_flush() local
112 bool valid = pte_valid(orig_pte); in get_clear_flush()
124 orig_pte = pte_mkdirty(orig_pte); in get_clear_flush()
127 orig_pte = pte_mkyoung(orig_pte); in get_clear_flush()
134 return orig_pte; in get_clear_flush()
316 pte_t orig_pte = huge_ptep_get(ptep); in huge_ptep_get_and_clear() local
318 if (!pte_cont(orig_pte)) in huge_ptep_get_and_clear()
343 pte_t orig_pte = huge_ptep_get(ptep + i); in __cont_access_flags_changed() local
345 if (pte_dirty(pte) != pte_dirty(orig_pte)) in __cont_access_flags_changed()
348 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed()
363 pte_t orig_pte; in huge_ptep_set_access_flags() local
374 orig_pte = get_clear_flush(vma->vm_mm, addr, ptep, pgsize, ncontig); in huge_ptep_set_access_flags()
377 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
380 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()