Searched defs:_vmsd (Results 1 – 1 of 1) sorted by relevance
/qemu/include/migration/ |
A D | vmstate.h | 481 #define VMSTATE_STRUCT_POINTER_V(_field, _state, _version, _vmsd, _type) { \ argument 510 #define VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(_f, _s, _n, _v, _vmsd, _type) { \ argument 542 _version, _vmsd, _type) { \ argument 717 #define VMSTATE_WITH_TMP_TEST(_state, _test, _tmp_type, _vmsd) { \ argument 728 #define VMSTATE_WITH_TMP(_state, _tmp_type, _vmsd) \ argument 775 #define VMSTATE_QTAILQ_V(_field, _state, _version, _vmsd, _type, _next) \ argument 834 #define VMSTATE_QLIST_V(_field, _state, _version, _vmsd, _type, _next) \ argument 855 #define VMSTATE_VSTRUCT(_field, _state, _vmsd, _type, _struct_version)\ argument 862 #define VMSTATE_STRUCT(_field, _state, _version, _vmsd, _type) \ argument 865 #define VMSTATE_STRUCT_POINTER(_field, _state, _vmsd, _type) \ argument [all …]
|
Completed in 10 milliseconds