Home
last modified time | relevance | path

Searched refs:VMSTATE_STRUCT (Results 76 – 93 of 93) sorted by relevance

1234

/openbmc/qemu/hw/intc/
H A Dopenpic.c1408 VMSTATE_STRUCT(raised, IRQDest, 0, vmstate_openpic_irq_queue,
1410 VMSTATE_STRUCT(servicing, IRQDest, 0, vmstate_openpic_irq_queue,
/openbmc/qemu/hw/misc/macio/
H A Dpmu.c683 VMSTATE_STRUCT(mos6522_pmu.parent_obj, PMUState, 0, vmstate_mos6522,
/openbmc/qemu/hw/s390x/
H A Dipl.c91 VMSTATE_STRUCT(iplb, S390IPLState, 0, vmstate_iplb, IplParameterBlock),
H A Dvirtio-ccw.c112 VMSTATE_STRUCT(routes, VirtioCcwDevice, 1, vmstate_adapter_routes,
/openbmc/qemu/hw/ssi/
H A Dxilinx_spips.c1399 VMSTATE_STRUCT(parent_obj, XilinxQSPIPS, 0,
1411 VMSTATE_STRUCT(parent_obj, XlnxZynqMPQSPIPS, 0,
/openbmc/qemu/hw/isa/
H A Dvt82c686.c93 VMSTATE_STRUCT(apm, ViaPMState, 0, vmstate_apm, APMState),
/openbmc/qemu/hw/m68k/
H A Dnext-cube.c951 VMSTATE_STRUCT(rtc, NeXTPC, 0, next_rtc_vmstate, NextRtc),
/openbmc/qemu/hw/display/
H A Dsm501.c2075 VMSTATE_STRUCT(state, SM501SysBusState, 1,
2166 VMSTATE_STRUCT(state, SM501PCIState, 1,
H A Dvmware_vga.c1238 VMSTATE_STRUCT(chip, struct pci_vmsvga_state_s, 0,
H A Dqxl.c2437 VMSTATE_STRUCT(vga, PCIQXLDevice, 0, vmstate_vga_common, VGACommonState),
2446 VMSTATE_STRUCT(guest_primary.surface, PCIQXLDevice, 0,
H A Dcirrus_vga.c2782 VMSTATE_STRUCT(cirrus_vga, PCICirrusVGAState, 0,
/openbmc/qemu/hw/arm/
H A Dsmmuv3.c1968 VMSTATE_STRUCT(cmdq, SMMUv3State, 0, vmstate_smmuv3_queue, SMMUQueue),
1969 VMSTATE_STRUCT(eventq, SMMUv3State, 0, vmstate_smmuv3_queue, SMMUQueue),
H A Dspitz.c1148 VMSTATE_STRUCT(ecc, SLNANDState, 0, vmstate_ecc_state, ECCState),
/openbmc/qemu/hw/usb/
H A Ddev-smartcard-reader.c1408 VMSTATE_STRUCT(dev, USBCCIDState, 1, usb_device_vmstate, USBDevice),
H A Dhcd-xhci.c3602 VMSTATE_STRUCT(cmd_ring, XHCIState, 1, vmstate_xhci_ring, XHCIRing),
/openbmc/qemu/hw/net/
H A Dlan9118.c314 VMSTATE_STRUCT(tx_packet, lan9118_state, 0,
/openbmc/qemu/hw/scsi/
H A Desp.c1569 VMSTATE_STRUCT(esp, SysBusESPState, 0, vmstate_esp, ESPState),
/openbmc/qemu/include/migration/
H A Dvmstate.h862 #define VMSTATE_STRUCT(_field, _state, _version, _vmsd, _type) \ macro

1234