Searched refs:VMSTATE_INT64_ARRAY (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/replay/ |
H A D | replay-snapshot.c | 55 VMSTATE_INT64_ARRAY(cached_clock, ReplayState, REPLAY_CLOCK_COUNT),
|
/openbmc/qemu/hw/timer/ |
H A D | renesas_cmt.c | 250 VMSTATE_INT64_ARRAY(tick, RCMTState, CMT_CH),
|
H A D | stellaris-gptm.c | 265 VMSTATE_INT64_ARRAY(tick, gptm_state, 2),
|
H A D | renesas_tmr.c | 459 VMSTATE_INT64_ARRAY(div_round, RTMRState, TMR_CH),
|
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 1121 #define VMSTATE_INT64_ARRAY(_f, _s, _n) \ macro
|