Lines Matching defs:ectx
1177 atom_exec_context ectx;
1190 ectx.ctx = ctx;
1191 ectx.ps_shift = ps / 4;
1192 ectx.start = base;
1193 ectx.ps = params;
1194 ectx.abort = false;
1195 ectx.last_jump = 0;
1197 ectx.ws = kcalloc(4, ws, GFP_KERNEL);
1199 ectx.ws = NULL;
1208 if (ectx.abort) {
1216 opcode_table[op].func(&ectx, &ptr,
1229 kfree(ectx.ws);