Home
last modified time | relevance | path

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

/qemu/hw/pci-host/
H A Dastro.c123 val = s->iosapic_reg_select; in elroy_chip_read_with_attrs()
126 switch (s->iosapic_reg_select) { in elroy_chip_read_with_attrs()
131 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()
137 trace_iosapic_reg_read(s->iosapic_reg_select, size, val); in elroy_chip_read_with_attrs()
189 s->iosapic_reg_select = val; in elroy_chip_write_with_attrs()
192 trace_iosapic_reg_write(s->iosapic_reg_select, size, val); in elroy_chip_write_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()
481 VMSTATE_UINT32(iosapic_reg_select, ElroyState),
/qemu/include/hw/pci-host/
H A Dastro.h54 uint32_t iosapic_reg_select; member