H A D | vmstate.h | 280 #define vmstate_offset_array(_state, _field, _type, _num) \ argument 366 #define VMSTATE_ARRAY(_field, _state, _num, _version, _info, _type) {\ argument 396 #define VMSTATE_SUB_ARRAY(_field, _state, _start, _num, _version, _info, _type) { \ argument 505 #define VMSTATE_ARRAY_OF_POINTER(_field, _state, _num, _version, _info, _type) {\ argument 525 #define VMSTATE_STRUCT_SUB_ARRAY(_field, _state, _start, _num, _version, _vmsd, _type) { \ argument 535 #define VMSTATE_STRUCT_ARRAY_TEST(_field, _state, _num, _test, _version, _vmsd, _type) { \ argument 572 #define VMSTATE_STRUCT_VARRAY_POINTER_KNOWN(_field, _state, _num, _version, _vmsd, _type) { \ argument 876 #define VMSTATE_STRUCT_ARRAY(_field, _state, _num, _version, _vmsd, _type) \ argument 1056 #define VMSTATE_BOOL_SUB_ARRAY(_f, _s, _start, _num) \ argument 1068 #define VMSTATE_UINT16_SUB_ARRAY(_f, _s, _start, _num) \ argument [all …]
|