Home
last modified time | relevance | path

Searched refs:iosapic_reg (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/pci-host/
H A Dastro.c131 if (s->iosapic_reg_select < ARRAY_SIZE(s->iosapic_reg)) { in elroy_chip_read_with_attrs()
132 val = s->iosapic_reg[s->iosapic_reg_select]; in elroy_chip_read_with_attrs()
193 if (s->iosapic_reg_select < ARRAY_SIZE(s->iosapic_reg)) { in elroy_chip_write_with_attrs()
194 s->iosapic_reg[s->iosapic_reg_select] = val; in elroy_chip_write_with_attrs()
203 if ((s->iosapic_reg[0x10 + 2 * i] & 63) == val) { in elroy_chip_write_with_attrs()
382 val = s->iosapic_reg[0x10 + 2 * irq]; in elroy_set_irq()
383 cpu_hpa = s->iosapic_reg[0x11 + 2 * irq]; in elroy_set_irq()
419 s->iosapic_reg[0x10 + 2 * irq] = IOSAPIC_IRDT_PO_LOW | in elroy_reset()
422 s->iosapic_reg[0x11 + 2 * irq] = SWIZZLE_HPA(CPU_HPA); in elroy_reset()
482 VMSTATE_UINT64_ARRAY(iosapic_reg, ElroyState, 0x20),
/qemu/include/hw/pci-host/
H A Dastro.h55 uint64_t iosapic_reg[0x20]; member