Lines Matching refs:l6
1552 ! %l1, %l3, %l6 - temps
1558 and %l1, IV_SOFTINT_PEND, %l6 ! %l6 = iv->iv_flags & IV_SOFTINT_PEND
1559 brnz,pn %l6, 4f ! branch if softint is already pending
1570 add %l4, INTR_TAIL, %l6 ! %l6 = &cpu->m_cpu.intr_tail
1571 ldn [%l6 + %l0], %l1 ! %l1 = cpu->m_cpu.intr_tail[pil]
1574 stn %i0, [%l6 + %l0] ! make intr_vec_t (iv) as new tail
1578 lduh [%l1 + IV_FLAGS], %l6 ! %l6 = ct->iv_flags
1579 and %l6, IV_SOFTINT_MT, %l6 ! %l6 = ct->iv_flags & IV_SOFTINT_MT
1580 brz,pt %l6, 1f ! check for Multi target softint flag
1582 ld [%l4 + CPU_ID], %l6 ! for multi target softint, use cpuid
1583 sll %l6, CPTRSHIFT, %l6 ! calculate offset address from cpuid
1584 add %l3, %l6, %l3 ! %l3 = &ct->iv_xpil_next[cpuid]
1595 add %l4, INTR_HEAD, %l6 ! %l6 = &cpu->m_cpu.intr_head[pil]
1596 stn %i0, [%l6 + %l0] ! cpu->m_cpu.intr_head[pil] = iv
1972 ! highest interrupt level number active is in %l6
2021 ldn [%i2 + (6*GREGSIZE)], %l6
2043 stn %l6, [%i3 + STACK_BIAS + (6*GREGSIZE)]