Lines Matching defs:ectx
1163 atom_exec_context ectx;
1176 ectx.ctx = ctx;
1177 ectx.ps_shift = ps / 4;
1178 ectx.start = base;
1179 ectx.ps = params;
1180 ectx.abort = false;
1181 ectx.last_jump = 0;
1183 ectx.ws = kcalloc(4, ws, GFP_KERNEL);
1185 ectx.ws = NULL;
1194 if (ectx.abort) {
1202 opcode_table[op].func(&ectx, &ptr,
1214 kfree(ectx.ws);