Searched refs:oldpte (Results 1 – 3 of 3) sorted by relevance
205 static inline bool pte_needs_flush(pte_t oldpte, pte_t newpte) in pte_needs_flush() argument207 return __pte_flags_need_flush(pte_val(oldpte), pte_val(newpte)); in pte_needs_flush()
709 static inline bool pte_needs_flush(pte_t oldpte, pte_t newpte) in pte_needs_flush() argument711 return __pte_flags_need_flush(pte_val(oldpte), pte_val(newpte)); in pte_needs_flush()
1196 struct xe_pt *oldpte = entries[i].pt_entries[j].pt; in xe_pt_commit() local1200 xe_pt_destroy(oldpte, (vma == XE_INVALID_VMA) ? 0 : in xe_pt_commit()1228 struct xe_pt *oldpte = entries[i].pt_entries[j].pt; in xe_pt_abort_bind() local1230 pt_dir->staging[j_] = oldpte ? &oldpte->base : 0; in xe_pt_abort_bind()1258 struct xe_pt *oldpte = NULL; in xe_pt_commit_prepare_bind() local1261 oldpte = xe_pt_entry_staging(pt_dir, j_); in xe_pt_commit_prepare_bind()1264 entries[i].pt_entries[j].pt = oldpte; in xe_pt_commit_prepare_bind()