Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/
H A Divintr.c300 if (iv_p->iv_flags & IV_SOFTINT_PEND) in rem_softintr()
335 if (iv_p->iv_flags & IV_SOFTINT_PEND) in update_softint_arg2()
/titanic_44/usr/src/uts/sun4/sys/
H A Divintr.h37 #define IV_SOFTINT_PEND 0x1 /* Software interrupt is pending */ macro
/titanic_44/usr/src/uts/sun4/ml/
H A Dinterrupt.s129 andn %g3, IV_SOFTINT_PEND, %g3 ! %g3 = !(iv->iv_flags & PEND)
130 sth %g3, [%g2 + IV_FLAGS] ! clear IV_SOFTINT_PEND flag
260 andn ls1, IV_SOFTINT_PEND, ls1; \
1558 and %l1, IV_SOFTINT_PEND, %l6 ! %l6 = iv->iv_flags & IV_SOFTINT_PEND
1560 or %l1, IV_SOFTINT_PEND, %l2
1561 sth %l2, [%i0 + IV_FLAGS] ! Set IV_SOFTINT_PEND flag
/titanic_44/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c1515 iv.iv_flags & IV_SOFTINT_PEND, iv.iv_pil, in softint_dcmd()