Searched defs:_err_hint (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 324 _type, _err_hint) { \ argument 952 #define VMSTATE_UINT8_EQUAL(_f, _s, _err_hint) \ argument 956 #define VMSTATE_UINT16_EQUAL(_f, _s, _err_hint) \ argument 960 #define VMSTATE_UINT16_EQUAL_V(_f, _s, _v, _err_hint) \ argument 964 #define VMSTATE_INT32_EQUAL(_f, _s, _err_hint) \ argument 968 #define VMSTATE_UINT32_EQUAL_V(_f, _s, _v, _err_hint) \ argument 972 #define VMSTATE_UINT32_EQUAL(_f, _s, _err_hint) \ argument 975 #define VMSTATE_UINT64_EQUAL_V(_f, _s, _v, _err_hint) \ argument 979 #define VMSTATE_UINT64_EQUAL(_f, _s, _err_hint) \ argument
|