Lines Matching defs:mask
153 * could still be on a virtual engine. Thus if the mask is not a
158 * engine. The request is created with a wide engine mask (all engines
159 * that we might execute on). On processing the bond, the request mask
165 * can be a physical engine with the exact corresponding mask.
949 rq->execution_mask = ce->engine->mask;
1205 const intel_engine_mask_t mask = READ_ONCE(from->engine)->mask;
1227 if (already_busywaiting(to) & mask)
1240 to->sched.semaphores |= mask;
1683 bool pow2 = is_power_of_2(READ_ONCE(prev->engine)->mask |
1684 rq->engine->mask);