Searched refs:invoke_softint (Results 1 – 3 of 3) sorted by relevance
102 #pragma weak invoke_softint103 extern void invoke_softint(processorid_t, ulong_t);
233 if (&invoke_softint == NULL) in clock_tick_init_post()271 ASSERT(&invoke_softint != NULL); in clock_tick_schedule_one()287 invoke_softint(cid, ctp->ct_intr); in clock_tick_schedule_one()
855 invoke_softint(processorid_t cpuid, ulong_t hdl) in invoke_softint() function