Home
last modified time | relevance | path

Searched refs:_num (Results 1 – 4 of 4) sorted by relevance

/qemu/include/migration/
H A Dvmstate.h276 #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 Dide-internal.h385 #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 Digb.c562 #define VMSTATE_IGB_INTR_DELAY_TIMER_ARRAY(_f, _s, _num) \ argument
563 VMSTATE_STRUCT_ARRAY(_f, _s, _num, 0, \
H A De1000e.c600 #define VMSTATE_E1000E_INTR_DELAY_TIMER_ARRAY(_f, _s, _num) \ argument
601 VMSTATE_STRUCT_ARRAY(_f, _s, _num, 0, \