Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c158 iv_p->iv_flags = IV_CACHE_ALLOC; in iv_alloc()
169 if (iv_p->iv_flags & IV_CACHE_ALLOC) { in iv_free()
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()
300 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.h83 ushort_t iv_flags; /* SW interrupt and other bit flags */ member
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/ml/
H A Dinterrupt.S70 lduh [%g2 + IV_FLAGS], %g7 ! %g7 = iv->iv_flags
71 and %g7, IV_SOFTINT_MT, %g3 ! %g3 = iv->iv_flags & IV_SOFTINT_MT
114 lduh [%g2 + IV_FLAGS], %g3 ! %g3 = iv->iv_flags
115 andn %g3, IV_SOFTINT_PEND, %g3 ! %g3 = !(iv->iv_flags & PEND)
1444 lduh [%i0 + IV_FLAGS], %l1 ! %l1 = iv->iv_flags
1465 lduh [%l1 + IV_FLAGS], %l6 ! %l6 = ct->iv_flags
1466 and %l6, IV_SOFTINT_MT, %l6 ! %l6 = ct->iv_flags & IV_SOFTINT_MT
1652 lduh [%g5 + IV_FLAGS], %g6 ! %g6 = ct->iv_flags
1653 and %g6, IV_SOFTINT_MT, %g6 ! %g6 = ct->iv_flags & IV_SOFTINT_MT
1743 lduh [%g1 + IV_FLAGS], %g6 ! %g6 = ct->iv_flags
[all …]
H A Doffsets.in406 iv_flags