Searched refs:VMS_POINTER (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 62 VMS_POINTER = 0x002, enumerator 348 .flags = VMS_SINGLE|VMS_POINTER, \ 357 .flags = VMS_SINGLE|VMS_POINTER, \ 416 .flags = VMS_VARRAY_INT32|VMS_POINTER, \ 426 .flags = VMS_VARRAY_UINT32|VMS_POINTER, \ 436 .flags = VMS_VARRAY_UINT32|VMS_POINTER|VMS_ALLOC, \ 446 .flags = VMS_VARRAY_UINT16 | VMS_POINTER | VMS_ALLOC, \ 486 .flags = VMS_STRUCT|VMS_POINTER, \ 496 .flags = VMS_STRUCT|VMS_POINTER, \ 573 .flags = VMS_STRUCT|VMS_ARRAY|VMS_POINTER, \ [all …]
|
/openbmc/qemu/migration/ |
H A D | vmstate.c | 125 if (field->flags & VMS_POINTER && field->flags & VMS_ALLOC) { in vmstate_handle_alloc() 170 if (field->flags & VMS_POINTER) { in vmstate_load_state() 431 if (field->flags & VMS_POINTER) { in vmstate_save_state_v()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_device.h | 360 .flags = VMS_STRUCT | VMS_POINTER, \
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | vmstate.rs | 193 flags: VMStateFlags(VMStateFlags::VMS_STRUCT.0 | VMStateFlags::VMS_POINTER.0),
|
/openbmc/qemu/hw/acpi/ |
H A D | ich9.c | 165 .flags = VMS_ARRAY | VMS_POINTER, \
|
H A D | piix4.c | 142 .flags = VMS_SINGLE | VMS_POINTER, \
|