Searched defs:_err_hint (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 325 _type, _err_hint) { \ argument 959 #define VMSTATE_UINT8_EQUAL(_f, _s, _err_hint) \ argument 963 #define VMSTATE_UINT16_EQUAL(_f, _s, _err_hint) \ argument 967 #define VMSTATE_UINT16_EQUAL_V(_f, _s, _v, _err_hint) \ argument 971 #define VMSTATE_INT32_EQUAL(_f, _s, _err_hint) \ argument 975 #define VMSTATE_UINT32_EQUAL_V(_f, _s, _v, _err_hint) \ argument 979 #define VMSTATE_UINT32_EQUAL(_f, _s, _err_hint) \ argument 982 #define VMSTATE_UINT64_EQUAL_V(_f, _s, _v, _err_hint) \ argument 986 #define VMSTATE_UINT64_EQUAL(_f, _s, _err_hint) \ argument
|