Searched refs:VMSTATE_ARRAY_OF_POINTER_TO_STRUCT (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | ptimer.h | 306 VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(_f, _s, _n, 0, \
|
H A D | clock.h | 105 VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(field, state, num, version, \
|
/openbmc/qemu/hw/net/ |
H A D | spapr_llan.c | 823 VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(rx_pool, SpaprVioVlan,
|
/openbmc/qemu/hw/misc/ |
H A D | npcm7xx_clk.c | 983 VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(clock_in, NPCM7xxClockSELState,
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 545 VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(ar, TestArrayOfPtrToStuct,
|
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 510 #define VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(_f, _s, _n, _v, _vmsd, _type) { \ macro
|
/openbmc/qemu/hw/s390x/ |
H A D | css.c | 346 VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(css, ChannelSubSys, MAX_CSSID + 1,
|