Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Drenesas_cmt.c251 VMSTATE_TIMER_ARRAY(timer, RCMTState, CMT_CH),
H A Dsifive_pwm.c399 VMSTATE_TIMER_ARRAY(timer, SiFivePwmState, 4),
H A Drenesas_tmr.c461 VMSTATE_TIMER_ARRAY(timer, RTMRState, TMR_CH),
/qemu/include/migration/
H A Dvmstate.h1044 #define VMSTATE_TIMER_ARRAY(_f, _s, _n) \ macro