Lines Matching refs:iv

63 	!	%g2 - pointer to intr_vec_t (iv)
79 brnz,pt %g2, 0f ! check list head (iv) is NULL
81 ba ptl1_panic ! panic, list head (iv) is NULL
84 lduh [%g2 + IV_FLAGS], %g7 ! %g7 = iv->iv_flags
85 and %g7, IV_SOFTINT_MT, %g3 ! %g3 = iv->iv_flags & IV_SOFTINT_MT
87 add %g2, IV_PIL_NEXT, %g7 ! g7% = &iv->iv_pil_next
90 add %g7, %g3, %g7 ! %g5 = &iv->iv_xpil_next[cpuid]
128 lduh [%g2 + IV_FLAGS], %g3 ! %g3 = iv->iv_flags
129 andn %g3, IV_SOFTINT_PEND, %g3 ! %g3 = !(iv->iv_flags & PEND)
131 stn %g0, [%g7] ! clear iv->iv_pil_next or
132 ! iv->iv_pil_xnext
139 ! %g2 - pointer to current intr_vec_t (iv),
1557 lduh [%i0 + IV_FLAGS], %l1 ! %l1 = iv->iv_flags
1558 and %l1, IV_SOFTINT_PEND, %l6 ! %l6 = iv->iv_flags & IV_SOFTINT_PEND
1564 lduh [%i0 + IV_PIL], %l2 ! %l2 = iv->iv_pil
1567 ! Insert intr_vec_t (iv) to appropriate cpu's softint priority list
1590 stn %i0, [%l3] ! [%l3] = iv, set pil_next field
1596 stn %i0, [%l6 + %l0] ! cpu->m_cpu.intr_head[pil] = iv
1624 ! %g1 - Pointer to intr_vec_t (iv)
1648 stn %g1, [%g6 + %g7] ! make intr_rec_t (iv) as new tail
1769 ! Insert next intr_vec_t (iv) to appropriate cpu's softint priority list
1799 stn %g3, [%g5] ! [%g5] = iv, set pil_next field
1805 stn %g3, [%g6 + %g7] ! cpu->m_cpu.intr_head[pil] = iv
1817 stna %g3, [%g5 + TRAP_ENT_TR]%asi ! trap_tr = iv
1833 ldn [%g3 + IV_VEC_NEXT], %g3 ! %g3 = pointer to next intr_vec_t (iv)
1834 brnz,pn %g3, 0b ! iv->iv_vec_next is non NULL, goto 0b
1888 ! Insert intr_vec_t (iv) to appropriate cpu's softint priority list
1912 stn %o1, [%g3] ! {%g5] = iv, set pil_next field