Searched refs:j_ (Results 1 – 1 of 1) sorted by relevance
1075 int j_ = j + entries[i].ofs; in xe_pt_commit() local1077 pt_dir->children[j_] = pt_dir->staging[j_]; in xe_pt_commit()1104 u32 j_ = j + entries[i].ofs; in xe_pt_abort_bind() local1105 struct xe_pt *newpte = xe_pt_entry_staging(pt_dir, j_); in xe_pt_abort_bind()1108 pt_dir->staging[j_] = oldpte ? &oldpte->base : 0; in xe_pt_abort_bind()1134 u32 j_ = j + entries[i].ofs; in xe_pt_commit_prepare_bind() local1138 if (xe_pt_entry_staging(pt_dir, j_)) in xe_pt_commit_prepare_bind()1139 oldpte = xe_pt_entry_staging(pt_dir, j_); in xe_pt_commit_prepare_bind()1141 pt_dir->staging[j_] = &newpte->base; in xe_pt_commit_prepare_bind()