Searched refs:VMSTATE_STRUCT_POINTER (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | ramfb-standalone.c | 58 VMSTATE_STRUCT_POINTER(state, RAMFBStandaloneState, ramfb_vmstate, RAMFBState),
|
/openbmc/qemu/hw/s390x/ |
H A D | ccw-device.c | 116 VMSTATE_STRUCT_POINTER(sch, CcwDevice, vmstate_subch_dev, SubchDev),
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | machine.c | 236 VMSTATE_STRUCT_POINTER(env.mvp, MIPSCPU, vmstate_mvp, 240 VMSTATE_STRUCT_POINTER(env.tlb, MIPSCPU, vmstate_tlb,
|
/openbmc/qemu/target/sparc/ |
H A D | machine.c | 26 VMSTATE_STRUCT_POINTER(_f, _s, vmstate_cpu_timer, CPUTimer)
|
/openbmc/qemu/hw/vfio/ |
H A D | display.c | 576 VMSTATE_STRUCT_POINTER(ramfb, VFIODisplay, ramfb_vmstate, RAMFBState),
|
H A D | pci.c | 2588 VMSTATE_STRUCT_POINTER(dpy, VFIOPCIDevice, vfio_display_vmstate,
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 1428 VMSTATE_STRUCT_POINTER(parent, TmpTestStruct,
|
/openbmc/qemu/target/i386/ |
H A D | machine.c | 1255 VMSTATE_STRUCT_POINTER(env.nested_state, X86CPU,
|
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 865 #define VMSTATE_STRUCT_POINTER(_field, _state, _vmsd, _type) \ macro
|
/openbmc/qemu/hw/hyperv/ |
H A D | vmbus.c | 2651 VMSTATE_STRUCT_POINTER(bus, VMBusBridge, vmstate_vmbus, VMBus),
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 3347 VMSTATE_STRUCT_POINTER(vqs, VirtIONet,
|