Searched refs:vmstate_info_int16 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 218 extern const VMStateInfo vmstate_info_int16; 890 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int16, int16_t) 992 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int16, int16_t) 1107 VMSTATE_ARRAY(_f, _s, _n, _v, vmstate_info_int16, int16_t)
|
/openbmc/qemu/migration/ |
H A D | vmstate-types.c | 88 const VMStateInfo vmstate_info_int16 = { variable
|