Home
last modified time | relevance | path

Searched refs:one_sec_timer (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/misc/macio/
H A Dpmu.c102 timer_mod(s->one_sec_timer, s->one_sec_target); in pmu_one_sec_timer()
697 VMSTATE_TIMER_PTR(one_sec_timer, PMUState),
735 s->one_sec_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, pmu_one_sec_timer, s); in pmu_realize()
737 timer_mod(s->one_sec_timer, s->one_sec_target); in pmu_realize()
/qemu/include/hw/misc/macio/
H A Dpmu.h225 QEMUTimer *one_sec_timer; member