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