Home
last modified time | relevance | path

Searched refs:IV_SOFTINT_MT (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/sun4/sys/
H A Divintr.h38 #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)) ? \
/titanic_44/usr/src/uts/sun4/io/
H A Divintr.c170 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()
/titanic_44/usr/src/uts/sun4/ml/
H A Dinterrupt.s85 and %g7, IV_SOFTINT_MT, %g3 ! %g3 = iv->iv_flags & IV_SOFTINT_MT
245 and os2, IV_SOFTINT_MT, os2; \
1579 and %l6, IV_SOFTINT_MT, %l6 ! %l6 = ct->iv_flags & IV_SOFTINT_MT
1788 and %g6, IV_SOFTINT_MT, %g6 ! %g6 = ct->iv_flags & IV_SOFTINT_MT
1901 and %g6, IV_SOFTINT_MT, %g6 ! %g6 = ct->iv_flags & IV_SOFTINT_MT
/titanic_44/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c1514 (iv.iv_flags & IV_SOFTINT_MT) ? "M" : "S", in softint_dcmd()