Lines Matching defs:RISCVVirtState
34 typedef struct RISCVVirtState RISCVVirtState; typedef
44 struct RISCVVirtState { struct
46 MachineState parent;
49 Notifier machine_done;
50 DeviceState *platform_bus_dev;
51 RISCVHartArrayState soc[VIRT_SOCKETS_MAX];
52 DeviceState *irqchip[VIRT_SOCKETS_MAX];
53 PFlashCFI01 *flash[2];
54 FWCfgState *fw_cfg;
56 int fdt_size;
57 bool have_aclint;
58 RISCVVirtAIAType aia_type;
59 int aia_guests;
60 char *oem_id;
61 char *oem_table_id;
62 OnOffAuto acpi;
63 const MemMapEntry *memmap;
64 struct GPEXHost *gpex_host;
65 OnOffAuto iommu_sys;
66 uint16_t pci_iommu_bdf;