Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/macio/
H A Dpmu.c100 s->one_sec_target += 1000; in pmu_one_sec_timer()
102 timer_mod(s->one_sec_timer, s->one_sec_target); in pmu_one_sec_timer()
698 VMSTATE_INT64(one_sec_target, PMUState),
736 s->one_sec_target = qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL) + 1000; in pmu_realize()
737 timer_mod(s->one_sec_timer, s->one_sec_target); in pmu_realize()
/openbmc/qemu/include/hw/misc/macio/
H A Dpmu.h226 int64_t one_sec_target; member