Lines Matching defs:RISCVIMSICState
27 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;
60 uint32_t hartid;
61 uint32_t num_pages;
62 uint32_t num_irqs;