Searched refs:VMS_STRUCT (Results 1 – 19 of 19) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 78 VMS_STRUCT = 0x008, enumerator 477 .flags = VMS_STRUCT, \ 486 .flags = VMS_STRUCT|VMS_POINTER, \ 496 .flags = VMS_STRUCT|VMS_POINTER, \ 516 .flags = VMS_ARRAY|VMS_STRUCT|VMS_ARRAY_OF_POINTER, \ 526 .flags = VMS_STRUCT|VMS_ARRAY, \ 537 .flags = VMS_STRUCT|VMS_ARRAY, \ 549 .flags = VMS_STRUCT | VMS_ARRAY, \ 560 .flags = VMS_STRUCT|VMS_VARRAY_UINT8, \ 573 .flags = VMS_STRUCT|VMS_ARRAY|VMS_POINTER, \ [all …]
|
/openbmc/qemu/include/hw/input/ |
H A D | hid.h | 68 .flags = VMS_STRUCT, \ 78 .flags = VMS_STRUCT, \
|
/openbmc/qemu/migration/ |
H A D | vmstate.c | 154 } else if (field->flags & VMS_STRUCT) { in vmstate_load_state() 235 if (field->flags & VMS_STRUCT) { in vmfield_get_type_name() 253 if (field->flags & VMS_STRUCT) { in vmsd_can_compress() 305 if (field->flags & VMS_STRUCT) { in vmsd_desc_field_start() 320 if (field->flags & VMS_STRUCT) { in vmsd_desc_field_end() 402 } else if (field->flags & VMS_STRUCT) { in vmstate_save_state_v()
|
H A D | savevm.c | 838 if (field->flags & (VMS_STRUCT | VMS_VSTRUCT)) { in vmstate_check()
|
/openbmc/qemu/target/ppc/ |
H A D | cpu-qom.h | 53 .flags = VMS_STRUCT, \
|
/openbmc/qemu/include/hw/i2c/ |
H A D | smbus_slave.h | 85 .flags = VMS_STRUCT, \
|
H A D | i2c.h | 222 .flags = VMS_STRUCT, \
|
H A D | pmbus_device.h | 560 .flags = VMS_STRUCT, \
|
/openbmc/qemu/hw/usb/ |
H A D | u2f.h | 82 .flags = VMS_STRUCT, \
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_device.h | 352 .flags = VMS_STRUCT, \ 360 .flags = VMS_STRUCT | VMS_POINTER, \
|
H A D | msix.h | 57 .flags = VMS_STRUCT, \
|
/openbmc/qemu/include/hw/ssi/ |
H A D | ssi.h | 78 .flags = VMS_STRUCT, \
|
/openbmc/qemu/include/qemu/ |
H A D | fifo8.h | 223 .flags = VMS_STRUCT, \
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | vmstate.rs | 193 flags: VMStateFlags(VMStateFlags::VMS_STRUCT.0 | VMStateFlags::VMS_POINTER.0), 241 | VMStateFlags::VMS_STRUCT.0
|
/openbmc/qemu/hw/ide/ |
H A D | ahci-internal.h | 333 .flags = VMS_STRUCT, \
|
/openbmc/qemu/include/hw/scsi/ |
H A D | scsi.h | 105 .flags = VMS_STRUCT, \
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 1184 .flags = VMS_STRUCT, \
|
/openbmc/qemu/include/hw/ |
H A D | usb.h | 529 .flags = VMS_STRUCT, \
|
/openbmc/qemu/target/i386/ |
H A D | machine.c | 34 .flags = VMS_STRUCT, \
|