Home
last modified time | relevance | path

Searched refs:VMSTATE_STRUCT_VARRAY_POINTER_UINT32 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/intc/
H A Darm_gicv3_common.c263 VMSTATE_STRUCT_VARRAY_POINTER_UINT32(cpu, GICv3State, num_cpu,
H A Dspapr_xive.c582 VMSTATE_STRUCT_VARRAY_POINTER_UINT32(eat, SpaprXive, nr_irqs,
584 VMSTATE_STRUCT_VARRAY_POINTER_UINT32(endt, SpaprXive, nr_ends,
H A Dxics.c688 VMSTATE_STRUCT_VARRAY_POINTER_UINT32(irqs, ICSState, nr_irqs,
/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c335 VMSTATE_STRUCT_VARRAY_POINTER_UINT32(devs, MemHotplugState, dev_count,
H A Dcpu.c316 VMSTATE_STRUCT_VARRAY_POINTER_UINT32(devs, CPUHotplugState, dev_count,
/openbmc/qemu/hw/dma/
H A Dpl330.c220 VMSTATE_STRUCT_VARRAY_POINTER_UINT32(queue, PL330Queue, queue_size,
285 VMSTATE_STRUCT_VARRAY_POINTER_UINT32(chan, PL330State, num_chnls,
/openbmc/qemu/include/migration/
H A Dvmstate.h597 #define VMSTATE_STRUCT_VARRAY_POINTER_UINT32(_field, _state, _field_num, _vmsd, _type) { \ macro