Searched defs:_num (Results 1 – 4 of 4) sorted by relevance
| /qemu/include/migration/ |
| A D | vmstate.h | 275 #define vmstate_offset_array(_state, _field, _type, _num) \ argument 361 #define VMSTATE_ARRAY(_field, _state, _num, _version, _info, _type) {\ argument 391 #define VMSTATE_SUB_ARRAY(_field, _state, _start, _num, _version, _info, _type) { \ argument 500 #define VMSTATE_ARRAY_OF_POINTER(_field, _state, _num, _version, _info, _type) {\ argument 520 #define VMSTATE_STRUCT_SUB_ARRAY(_field, _state, _start, _num, _version, _vmsd, _type) { \ argument 871 #define VMSTATE_STRUCT_ARRAY(_field, _state, _num, _version, _vmsd, _type) \ argument 1043 #define VMSTATE_BOOL_SUB_ARRAY(_f, _s, _start, _num) \ argument 1055 #define VMSTATE_UINT16_SUB_ARRAY(_f, _s, _start, _num) \ argument 1070 #define VMSTATE_UINT8_SUB_ARRAY(_f, _s, _start, _num) \ argument 1085 #define VMSTATE_UINT32_SUB_ARRAY(_f, _s, _start, _num) \ argument [all …]
|
| /qemu/hw/net/ |
| A D | igb.c | 559 #define VMSTATE_IGB_INTR_DELAY_TIMER_ARRAY(_f, _s, _num) \ argument
|
| A D | e1000e.c | 601 #define VMSTATE_E1000E_INTR_DELAY_TIMER_ARRAY(_f, _s, _num) \ argument
|
| /qemu/hw/ide/ |
| A D | ide-internal.h | 385 #define VMSTATE_IDE_BUS_ARRAY(_field, _state, _num) \ argument
|
Completed in 15 milliseconds