Home
last modified time | relevance | path

Searched defs:_vmsd (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/migration/
H A Dvmstate.h491 #define VMSTATE_STRUCT_POINTER_V(_field, _state, _version, _vmsd, _type) { \ argument
520 #define VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(_f, _s, _n, _v, _vmsd, _type) { \ argument
552 _version, _vmsd, _type) { \ argument
727 #define VMSTATE_WITH_TMP_TEST(_state, _test, _tmp_type, _vmsd) { \ argument
738 #define VMSTATE_WITH_TMP(_state, _tmp_type, _vmsd) \ argument
785 #define VMSTATE_QTAILQ_V(_field, _state, _version, _vmsd, _type, _next) \ argument
844 #define VMSTATE_QLIST_V(_field, _state, _version, _vmsd, _type, _next) \ argument
865 #define VMSTATE_VSTRUCT(_field, _state, _vmsd, _type, _struct_version)\ argument
872 #define VMSTATE_STRUCT(_field, _state, _version, _vmsd, _type) \ argument
875 #define VMSTATE_STRUCT_POINTER(_field, _state, _vmsd, _type) \ argument
[all …]