Lines Matching defs:ectx
1160 atom_exec_context ectx;
1173 ectx.ctx = ctx;
1174 ectx.ps_shift = ps / 4;
1175 ectx.start = base;
1176 ectx.ps = params;
1177 ectx.abort = false;
1178 ectx.last_jump = 0;
1180 ectx.ws = kcalloc(4, ws, GFP_KERNEL);
1182 ectx.ws = NULL;
1191 if (ectx.abort) {
1199 opcode_table[op].func(&ectx, &ptr,
1211 kfree(ectx.ws);