Home
last modified time | relevance | path

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

/openbmc/qemu/include/migration/
H A Dvmstate.h140 VMS_ALLOC = 0x2000, enumerator
446 .flags = VMS_VARRAY_UINT32|VMS_POINTER|VMS_ALLOC, \
456 .flags = VMS_VARRAY_UINT16 | VMS_POINTER | VMS_ALLOC, \
643 .flags = VMS_STRUCT|VMS_VARRAY_INT32|VMS_ALLOC|VMS_POINTER, \
696 .flags = VMS_VBUFFER|VMS_POINTER|VMS_ALLOC, \
/openbmc/qemu/migration/
H A Dvmstate.c94 if (field->flags & VMS_POINTER && field->flags & VMS_ALLOC) { in vmstate_handle_alloc()