Searched refs:coreisr (Results 1 – 2 of 2) sorted by relevance
28 if (test_bit(irq, (unsigned long *)s->coreisr[cpu])) in eiointc_set_sw_coreisr()58 __set_bit(irq, (unsigned long *)s->coreisr[cpu]); in eiointc_update_irq()62 __clear_bit(irq, (unsigned long *)s->coreisr[cpu]); in eiointc_update_irq()146 data = s->coreisr[vcpu->vcpu_id][index]; in loongarch_eiointc_read()268 old = s->coreisr[cpu][index]; in loongarch_eiointc_write()270 s->coreisr[cpu][index] = old & ~data; in loongarch_eiointc_write()498 p = (void *)s->coreisr[cpu] + offset * 4; in kvm_eiointc_regs_access()
69 u64 coreisr[EIOINTC_ROUTE_MAX_VCPUS][EIOINTC_IRQS_U64_NUMS]; member