Home
last modified time | relevance | path

Searched refs:oldpte (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush.h205 static inline bool pte_needs_flush(pte_t oldpte, pte_t newpte) in pte_needs_flush() argument
207 return __pte_flags_need_flush(pte_val(oldpte), pte_val(newpte)); in pte_needs_flush()
/linux/arch/arm64/include/asm/
H A Dtlbflush.h709 static inline bool pte_needs_flush(pte_t oldpte, pte_t newpte) in pte_needs_flush() argument
711 return __pte_flags_need_flush(pte_val(oldpte), pte_val(newpte)); in pte_needs_flush()
/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c1196 struct xe_pt *oldpte = entries[i].pt_entries[j].pt; in xe_pt_commit() local
1200 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() local
1230 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() local
1261 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()