Home
last modified time | relevance | path

Searched refs:VMS_VARRAY_INT32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/migration/
H A Dvmstate.h85 VMS_VARRAY_INT32 = 0x010, enumerator
416 .flags = VMS_VARRAY_INT32, \
426 .flags = VMS_VARRAY_INT32|VMS_POINTER, \
593 .flags = VMS_POINTER | VMS_VARRAY_INT32 | VMS_STRUCT, \
603 .flags = VMS_POINTER | VMS_VARRAY_INT32 | VMS_STRUCT, \
623 .flags = VMS_STRUCT|VMS_VARRAY_INT32, \
643 .flags = VMS_STRUCT|VMS_VARRAY_INT32|VMS_ALLOC|VMS_POINTER, \
/openbmc/qemu/migration/
H A Dvmstate.c59 } else if (field->flags & VMS_VARRAY_INT32) { in vmstate_n_elems()