Searched defs:RISCVIMSICState (Results 1 – 1 of 1) sorted by relevance
27 typedef struct RISCVIMSICState RISCVIMSICState; typedef46 struct RISCVIMSICState { struct48 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 …]