Searched refs:VMSTATE_SINGLE_TEST (Results 1 – 1 of 1) sorted by relevance
/external/qemu/include/migration/ |
D | vmstate.h | 199 #define VMSTATE_SINGLE_TEST(_field, _state, _test, _version, _info, _type) { \ macro 507 VMSTATE_SINGLE_TEST(_field, _state, NULL, _version, _info, _type) 592 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint8, uint8_t) 595 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint16, uint16_t) 598 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint32, uint32_t)
|