Searched defs:LoongArchVirtMachineState (Results 1 – 1 of 1) sorted by relevance
39 struct LoongArchVirtMachineState { struct41 MachineState parent_obj;43 MemoryRegion lowmem;44 MemoryRegion highmem;45 MemoryRegion bios;46 bool bios_loaded;71 OBJECT_DECLARE_SIMPLE_TYPE(LoongArchVirtMachineState, LOONGARCH_VIRT_MACHINE) argument