Searched refs:ectx (Results 1 – 2 of 2) sorted by relevance
1164 atom_exec_context ectx; in atom_execute_table_locked() local1177 ectx.ctx = ctx; in atom_execute_table_locked()1178 ectx.ps_shift = ps / 4; in atom_execute_table_locked()1179 ectx.start = base; in atom_execute_table_locked()1180 ectx.ps = params; in atom_execute_table_locked()1181 ectx.abort = false; in atom_execute_table_locked()1182 ectx.last_jump = 0; in atom_execute_table_locked()1184 ectx.ws = kzalloc(4 * ws, GFP_KERNEL); in atom_execute_table_locked()1186 ectx.ws = NULL; in atom_execute_table_locked()1195 if (ectx.abort) { in atom_execute_table_locked()[all …]
1210 atom_exec_context ectx; in amdgpu_atom_execute_table_locked() local1223 ectx.ctx = ctx; in amdgpu_atom_execute_table_locked()1224 ectx.ps_shift = ps / 4; in amdgpu_atom_execute_table_locked()1225 ectx.start = base; in amdgpu_atom_execute_table_locked()1226 ectx.ps = params; in amdgpu_atom_execute_table_locked()1227 ectx.abort = false; in amdgpu_atom_execute_table_locked()1228 ectx.last_jump = 0; in amdgpu_atom_execute_table_locked()1230 ectx.ws = kzalloc(4 * ws, GFP_KERNEL); in amdgpu_atom_execute_table_locked()1232 ectx.ws = NULL; in amdgpu_atom_execute_table_locked()1241 if (ectx.abort) { in amdgpu_atom_execute_table_locked()[all …]