Home
last modified time | relevance | path

Searched defs:RISCVIMSICState (Results 1 – 1 of 1) sorted by relevance

/qemu/include/hw/intc/
H A Driscv_imsic.h27 typedef struct RISCVIMSICState RISCVIMSICState; typedef
46 struct RISCVIMSICState { struct
48 SysBusDevice parent_obj;
49 qemu_irq *external_irqs;
52 MemoryRegion mmio;
53 uint32_t num_eistate;
54 uint32_t *eidelivery;
55 uint32_t *eithreshold;
56 uint32_t *eistate;
59 bool mmode;
[all …]