Searched refs:IV_SOFTINT_MT (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | ivintr.h | 38 #define IV_SOFTINT_MT 0x2 /* Multi target software interrupt */ macro 106 (((iv_p->iv_flags & IV_SOFTINT_MT) && (cpu_id != 0)) ? \ 109 (((iv_p->iv_flags & IV_SOFTINT_MT) && (cpu_id != 0)) ? \
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | ivintr.c | 170 ASSERT(!(iv_p->iv_flags & IV_SOFTINT_MT)); in iv_free() 174 bzero(iv_p, (iv_p->iv_flags & IV_SOFTINT_MT) ? in iv_free() 279 iv_p->iv_flags |= IV_SOFTINT_MT; in add_softintr()
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | interrupt.S | 71 and %g7, IV_SOFTINT_MT, %g3 ! %g3 = iv->iv_flags & IV_SOFTINT_MT 228 and os2, IV_SOFTINT_MT, os2; \ 1466 and %l6, IV_SOFTINT_MT, %l6 ! %l6 = ct->iv_flags & IV_SOFTINT_MT 1653 and %g6, IV_SOFTINT_MT, %g6 ! %g6 = ct->iv_flags & IV_SOFTINT_MT 1744 and %g6, IV_SOFTINT_MT, %g6 ! %g6 = ct->iv_flags & IV_SOFTINT_MT
|