Home
last modified time | relevance | path

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

/qemu/include/hw/intc/
H A Dloongarch_extioi.h62 typedef struct ExtIOICore { struct
66 } ExtIOICore; typedef
86 ExtIOICore *cpu;
/qemu/hw/intc/
H A Dloongarch_extioi.c355 s->cpu = g_new0(ExtIOICore, s->num_cpu); in loongarch_extioi_realize()
404 VMSTATE_UINT32_ARRAY(coreisr, ExtIOICore, EXTIOI_IRQS_GROUP_COUNT),
424 vmstate_extioi_core, ExtIOICore),