Searched refs:ectx (Results 1 – 2 of 2) sorted by relevance
1163 atom_exec_context ectx; in atom_execute_table_locked() local1176 ectx.ctx = ctx; in atom_execute_table_locked()1177 ectx.ps_shift = ps / 4; in atom_execute_table_locked()1178 ectx.start = base; in atom_execute_table_locked()1179 ectx.ps = params; in atom_execute_table_locked()1180 ectx.abort = false; in atom_execute_table_locked()1181 ectx.last_jump = 0; in atom_execute_table_locked()1183 ectx.ws = kcalloc(4, ws, GFP_KERNEL); in atom_execute_table_locked()1185 ectx.ws = NULL; in atom_execute_table_locked()1194 if (ectx.abort) { in atom_execute_table_locked()[all …]
1206 atom_exec_context ectx; in amdgpu_atom_execute_table_locked() local1219 ectx.ctx = ctx; in amdgpu_atom_execute_table_locked()1220 ectx.ps_shift = ps / 4; in amdgpu_atom_execute_table_locked()1221 ectx.start = base; in amdgpu_atom_execute_table_locked()1222 ectx.ps = params; in amdgpu_atom_execute_table_locked()1223 ectx.abort = false; in amdgpu_atom_execute_table_locked()1224 ectx.last_jump = 0; in amdgpu_atom_execute_table_locked()1226 ectx.ws = kcalloc(4, ws, GFP_KERNEL); in amdgpu_atom_execute_table_locked()1228 ectx.ws = NULL; in amdgpu_atom_execute_table_locked()1237 if (ectx.abort) { in amdgpu_atom_execute_table_locked()[all …]