Searched defs:poke_cpu_intr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dintr.c69 uint_t poke_cpu_intr(caddr_t arg1, caddr_t arg2);
131 poke_cpu_inum = add_softintr(PIL_13, poke_cpu_intr, 0, SOFTINT_MT);
158 * poke_cpu_intr - fall through when poke_cpu calls
162 poke_cpu_intr(caddr_t arg1, caddr_t arg2) function

Completed in 628 milliseconds