Lines Matching defs:ectx
1212 atom_exec_context ectx;
1225 ectx.ctx = ctx;
1226 ectx.ps_shift = ps / 4;
1227 ectx.start = base;
1228 ectx.ps = params;
1229 ectx.abort = false;
1230 ectx.last_jump = 0;
1232 ectx.ws = kcalloc(4, ws, GFP_KERNEL);
1234 ectx.ws = NULL;
1243 if (ectx.abort) {
1251 opcode_table[op].func(&ectx, &ptr,
1264 kfree(ectx.ws);