Home
last modified time | relevance | path

Searched defs:LoongArchVirtMachineState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/loongarch/
H A Dvirt.h39 struct LoongArchVirtMachineState { struct
41 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