Searched defs:AcpiGedState (Results 1 – 1 of 1) sorted by relevance
116 struct AcpiGedState { struct117 SysBusDevice parent_obj;118 MemHotplugState memhp_state;119 MemoryRegion container_memhp;120 CPUHotplugState cpuhp_state;121 MemoryRegion container_cpuhp;122 AcpiPciHpState pcihp_state;123 MemoryRegion container_pcihp;124 GEDState ged_state;125 uint32_t ged_event_bitmap;[all …]