Lines Matching defs:me
97 processorid_t me = cpu->cpu_id, i;
102 if (cbe_psm_timer_mode != TIMER_ONESHOT && me == 0 && !cross_call) {
258 processorid_t me = ((cpu_t *)arg)->cpu_id;
261 if ((cbe_psm_timer_mode != TIMER_ONESHOT) && (me == 0))
265 * Added (me == 0) to the ASSERT because the timer isn't
268 ASSERT((me == 0) || !CPU_IN_SET(cbe_enabled, me));
269 CPUSET_ADD(cbe_enabled, me);
277 processorid_t me = ((cpu_t *)arg)->cpu_id;
280 if ((cbe_psm_timer_mode != TIMER_ONESHOT) && (me == 0))
283 ASSERT(CPU_IN_SET(cbe_enabled, me));
284 CPUSET_DEL(cbe_enabled, me);