Lines Matching defs:vector
173 * mask interrupt levels, and the current vector. Because the pcplusmp module
216 * interrupts, but the notification vector is different. Each CPU has a bitmask
218 * interrupts through a specific trap vector as well as through several
1262 dispatch_hilevel(uint_t vector, uint_t arg2)
1265 av_dispatch_autovect(vector);
1293 dispatch_hardint(uint_t vector, uint_t oldipl)
1298 av_dispatch_autovect(vector);
1305 intr_thread_epilog(cpu, vector, oldipl);
1343 uint_t vector;
1381 vector = rp->r_trapno;
1383 ttp->ttr_vector = vector;
1391 switch_sp_and_call(newsp, dispatch_hilevel, vector, 0);
1393 dispatch_hilevel(vector, 0);
1395 (void) hilevel_intr_epilog(cpu, newipl, oldipl, vector);
1401 switch_sp_and_call(newsp, dispatch_hardint, vector, oldipl);