Lines Matching defs:ectx
1209 atom_exec_context ectx;
1222 ectx.ctx = ctx;
1223 ectx.ps_shift = ps / 4;
1224 ectx.start = base;
1225 ectx.ps = params;
1226 ectx.abort = false;
1227 ectx.last_jump = 0;
1229 ectx.ws = kcalloc(4, ws, GFP_KERNEL);
1231 ectx.ws = NULL;
1240 if (ectx.abort) {
1248 opcode_table[op].func(&ectx, &ptr,
1261 kfree(ectx.ws);