Searched refs:iv_flags (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/sun4/io/ |
H A D | ivintr.c | 158 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()
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | ivintr.h | 83 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)) ? \
|
/titanic_50/usr/src/uts/sun4/ml/ |
H A D | interrupt.s | 84 lduh [%g2 + IV_FLAGS], %g7 ! %g7 = iv->iv_flags 85 and %g7, IV_SOFTINT_MT, %g3 ! %g3 = iv->iv_flags & IV_SOFTINT_MT 128 lduh [%g2 + IV_FLAGS], %g3 ! %g3 = iv->iv_flags 129 andn %g3, IV_SOFTINT_PEND, %g3 ! %g3 = !(iv->iv_flags & PEND) 1557 lduh [%i0 + IV_FLAGS], %l1 ! %l1 = iv->iv_flags 1558 and %l1, IV_SOFTINT_PEND, %l6 ! %l6 = iv->iv_flags & IV_SOFTINT_PEND 1578 lduh [%l1 + IV_FLAGS], %l6 ! %l6 = ct->iv_flags 1579 and %l6, IV_SOFTINT_MT, %l6 ! %l6 = ct->iv_flags & IV_SOFTINT_MT 1787 lduh [%g5 + IV_FLAGS], %g6 ! %g6 = ct->iv_flags 1788 and %g6, IV_SOFTINT_MT, %g6 ! %g6 = ct->iv_flags & IV_SOFTINT_MT [all …]
|
H A D | offsets.in | 406 iv_flags
|
/titanic_50/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | unix.c | 1514 (iv.iv_flags & IV_SOFTINT_MT) ? "M" : "S", in softint_dcmd() 1515 iv.iv_flags & IV_SOFTINT_PEND, iv.iv_pil, in softint_dcmd()
|