Searched refs:_num (Results 1 – 4 of 4) sorted by relevance
/qemu/include/migration/ |
H A D | vmstate.h | 276 #define vmstate_offset_array(_state, _field, _type, _num) \ argument 278 type_check_array(_type, typeof_field(_state, _field), _num)) 362 #define VMSTATE_ARRAY(_field, _state, _num, _version, _info, _type) {\ argument 365 .num = (_num), \ 369 .offset = vmstate_offset_array(_state, _field, _type, _num), \ 392 #define VMSTATE_SUB_ARRAY(_field, _state, _start, _num, _version, _info, _type) { \ argument 395 .num = (_num), \ 501 #define VMSTATE_ARRAY_OF_POINTER(_field, _state, _num, _version, _info, _type) {\ argument 504 .num = (_num), \ 508 .offset = vmstate_offset_array(_state, _field, _type, _num), \ [all …]
|
/qemu/hw/ide/ |
H A D | ide-internal.h | 385 #define VMSTATE_IDE_BUS_ARRAY(_field, _state, _num) \ argument 386 VMSTATE_STRUCT_ARRAY(_field, _state, _num, 1, vmstate_ide_bus, IDEBus)
|
/qemu/hw/net/ |
H A D | igb.c | 562 #define VMSTATE_IGB_INTR_DELAY_TIMER_ARRAY(_f, _s, _num) \ argument 563 VMSTATE_STRUCT_ARRAY(_f, _s, _num, 0, \
|
H A D | e1000e.c | 600 #define VMSTATE_E1000E_INTR_DELAY_TIMER_ARRAY(_f, _s, _num) \ argument 601 VMSTATE_STRUCT_ARRAY(_f, _s, _num, 0, \
|