ectx             1206 drivers/gpu/drm/amd/amdgpu/atom.c 	atom_exec_context ectx;
ectx             1219 drivers/gpu/drm/amd/amdgpu/atom.c 	ectx.ctx = ctx;
ectx             1220 drivers/gpu/drm/amd/amdgpu/atom.c 	ectx.ps_shift = ps / 4;
ectx             1221 drivers/gpu/drm/amd/amdgpu/atom.c 	ectx.start = base;
ectx             1222 drivers/gpu/drm/amd/amdgpu/atom.c 	ectx.ps = params;
ectx             1223 drivers/gpu/drm/amd/amdgpu/atom.c 	ectx.abort = false;
ectx             1224 drivers/gpu/drm/amd/amdgpu/atom.c 	ectx.last_jump = 0;
ectx             1226 drivers/gpu/drm/amd/amdgpu/atom.c 		ectx.ws = kcalloc(4, ws, GFP_KERNEL);
ectx             1228 drivers/gpu/drm/amd/amdgpu/atom.c 		ectx.ws = NULL;
ectx             1237 drivers/gpu/drm/amd/amdgpu/atom.c 		if (ectx.abort) {
ectx             1245 drivers/gpu/drm/amd/amdgpu/atom.c 			opcode_table[op].func(&ectx, &ptr,
ectx             1258 drivers/gpu/drm/amd/amdgpu/atom.c 		kfree(ectx.ws);
ectx             1163 drivers/gpu/drm/radeon/atom.c 	atom_exec_context ectx;
ectx             1176 drivers/gpu/drm/radeon/atom.c 	ectx.ctx = ctx;
ectx             1177 drivers/gpu/drm/radeon/atom.c 	ectx.ps_shift = ps / 4;
ectx             1178 drivers/gpu/drm/radeon/atom.c 	ectx.start = base;
ectx             1179 drivers/gpu/drm/radeon/atom.c 	ectx.ps = params;
ectx             1180 drivers/gpu/drm/radeon/atom.c 	ectx.abort = false;
ectx             1181 drivers/gpu/drm/radeon/atom.c 	ectx.last_jump = 0;
ectx             1183 drivers/gpu/drm/radeon/atom.c 		ectx.ws = kcalloc(4, ws, GFP_KERNEL);
ectx             1185 drivers/gpu/drm/radeon/atom.c 		ectx.ws = NULL;
ectx             1194 drivers/gpu/drm/radeon/atom.c 		if (ectx.abort) {
ectx             1202 drivers/gpu/drm/radeon/atom.c 			opcode_table[op].func(&ectx, &ptr,
ectx             1215 drivers/gpu/drm/radeon/atom.c 		kfree(ectx.ws);