Searched refs:iv_flags (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | ivintr.h | 83 ushort_t iv_flags; /* SW interrupt and other bit flags */ member in struct:intr_vec 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/io/ |
H A D | ivintr.c | 158 iv_p->iv_flags = IV_CACHE_ALLOC; 169 if (iv_p->iv_flags & IV_CACHE_ALLOC) { 170 ASSERT(!(iv_p->iv_flags & IV_SOFTINT_MT)); 174 bzero(iv_p, (iv_p->iv_flags & IV_SOFTINT_MT) ? 279 iv_p->iv_flags |= IV_SOFTINT_MT; 300 if (iv_p->iv_flags & IV_SOFTINT_PEND) 335 if (iv_p->iv_flags & IV_SOFTINT_PEND)
|
/illumos-gate/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 1652 lduh [%g5 + IV_FLAGS], %g6 ! %g6 = ct->iv_flags 1653 and %g6, IV_SOFTINT_MT, %g6 ! %g6 = ct->iv_flags [all...] |
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | unix.c | 1514 (iv.iv_flags & IV_SOFTINT_MT) ? "M" : "S", 1515 iv.iv_flags & IV_SOFTINT_PEND, iv.iv_pil,
|
Completed in 83 milliseconds