Home
last modified time | relevance | path

Searched refs:softint (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/sbus/
Dstp4020.c215 h->softint = NULL; in stp4020_attach_socket()
509 if (h->softint != NULL) { in stp4020_iointr()
510 softintr_schedule(h->softint); in stp4020_iointr()
803 h->softint = softintr_establish(ipl, stp4020_intr_dispatch, h); in stp4020_chip_intr_establish()
805 return h->softint != NULL ? h : NULL; in stp4020_chip_intr_establish()
813 if (h->softint != NULL) { in stp4020_chip_intr_disestablish()
814 softintr_disestablish(h->softint); in stp4020_chip_intr_disestablish()
815 h->softint = NULL; in stp4020_chip_intr_disestablish()
Dstp4020var.h57 void *softint; /* softintr cookie */ member
/openbsd/src/sys/arch/sparc64/sparc64/
Dlocore.s3010 wr %g6, 0, SET_SOFTINT ! Invoke a softint
3412 mov 1, %l3 ! Ack softint