Searched refs:_tmp_type (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 717 #define VMSTATE_WITH_TMP_TEST(_state, _test, _tmp_type, _vmsd) { \ argument 720 .size = sizeof(_tmp_type) + \ 721 QEMU_BUILD_BUG_ON_ZERO(offsetof(_tmp_type, parent) != 0) + \ 723 typeof_field(_tmp_type, parent)), \ 728 #define VMSTATE_WITH_TMP(_state, _tmp_type, _vmsd) \ argument 729 VMSTATE_WITH_TMP_TEST(_state, NULL, _tmp_type, _vmsd)
|