Searched refs:invoke_softint (Results 1 – 3 of 3) sorted by relevance
104 #pragma weak invoke_softint105 extern void invoke_softint(processorid_t, ulong_t);
231 if (&invoke_softint == NULL) in clock_tick_init_post()269 ASSERT(&invoke_softint != NULL); in clock_tick_schedule_one()285 invoke_softint(cid, ctp->ct_intr); in clock_tick_schedule_one()
851 invoke_softint(processorid_t cpuid, ulong_t hdl) in invoke_softint() function