Home
last modified time | relevance | path

Searched refs:VMSTATE_TIMER (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/watchdog/
H A Dspapr_watchdog.c230 VMSTATE_TIMER(timer, SpaprWatchdog),
/qemu/hw/adc/
H A Dnpcm7xx_adc.c257 VMSTATE_TIMER(conv_timer, NPCM7xxADCState),
/qemu/hw/timer/
H A Dsse-timer.c432 VMSTATE_TIMER(timer, SSETimer),
H A Dnrf51_timer.c365 VMSTATE_TIMER(timer, NRF51TimerState),
H A Dnpcm7xx_timer.c641 VMSTATE_TIMER(qtimer, NPCM7xxBaseTimer),
H A Daspeed_timer.c651 VMSTATE_TIMER(timer, AspeedTimer),
/qemu/hw/char/
H A Dimx_serial.c49 VMSTATE_TIMER(ageing_timer, IMXSerialState),
H A Drenesas_sci.c317 VMSTATE_TIMER(timer, RSCIState),
/qemu/include/migration/
H A Dvmstate.h1041 #define VMSTATE_TIMER(_f, _s) \ macro