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()
375 pte_t orig_pte = huge_ptep_get(ptep); in huge_ptep_get_and_clear() local
377 if (!pte_cont(orig_pte)) in huge_ptep_get_and_clear()
402 pte_t orig_pte = huge_ptep_get(ptep + i); in __cont_access_flags_changed() local
404 if (pte_dirty(pte) != pte_dirty(orig_pte)) in __cont_access_flags_changed()
407 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed()
422 pte_t orig_pte; in huge_ptep_set_access_flags() local
433 orig_pte = get_clear_flush(vma->vm_mm, addr, ptep, pgsize, ncontig); in huge_ptep_set_access_flags()
436 if (pte_dirty(orig_pte)) in huge_ptep_set_access_flags()
439 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()