Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/sun4/sys/
H A Divintr.h37 #define IV_SOFTINT_PEND 0x1 /* Software interrupt is pending */ macro
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S115 andn %g3, IV_SOFTINT_PEND, %g3 ! %g3 = !(iv->iv_flags & PEND)
116 sth %g3, [%g2 + IV_FLAGS] ! clear IV_SOFTINT_PEND flag
243 andn ls1, IV_SOFTINT_PEND, ls1; \
1445 and %l1, IV_SOFTINT_PEND, %l6 ! %l6 = iv->iv_flags & IV_SOFTINT_PEND
1447 or %l1, IV_SOFTINT_PEND, %l2
1448 sth %l2, [%i0 + IV_FLAGS] ! Set IV_SOFTINT_PEND flag