Searched refs:_err_hint (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 324 _type, _err_hint) { \ argument 326 .err_hint = (_err_hint), \ 952 #define VMSTATE_UINT8_EQUAL(_f, _s, _err_hint) \ argument 954 vmstate_info_uint8_equal, uint8_t, _err_hint) 956 #define VMSTATE_UINT16_EQUAL(_f, _s, _err_hint) \ argument 958 vmstate_info_uint16_equal, uint16_t, _err_hint) 960 #define VMSTATE_UINT16_EQUAL_V(_f, _s, _v, _err_hint) \ argument 962 vmstate_info_uint16_equal, uint16_t, _err_hint) 964 #define VMSTATE_INT32_EQUAL(_f, _s, _err_hint) \ argument 966 vmstate_info_int32_equal, int32_t, _err_hint) [all …]
|