Home
last modified time | relevance | path

Searched refs:VMS_NULLPTR_MARKER (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/migration/
H A Dvmstate-types.c321 if (qemu_get_byte(f) == VMS_NULLPTR_MARKER) { in get_nullptr()
333 qemu_put_byte(f, VMS_NULLPTR_MARKER); in put_nullptr()
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c587 VMS_NULLPTR_MARKER,
/openbmc/qemu/include/migration/
H A Dvmstate.h235 #define VMS_NULLPTR_MARKER (0x30U) /* '0' */ macro