Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dmips_gictimer.c30 timer_mod(gictimer->vptimers[vp_index].qtimer, next); in gic_vptimer_update()
61 if (timer_pending(gictimer->vptimers[i].qtimer) in mips_gictimer_get_sh_count()
62 && timer_expired(gictimer->vptimers[i].qtimer, now)) { in mips_gictimer_get_sh_count()
76 if (gictimer->countstop || !gictimer->vptimers[0].qtimer) { in mips_gictimer_store_sh_count()
92 return gictimer->vptimers[vp_index].comparelo; in mips_gictimer_get_vp_compare()
98 gictimer->vptimers[vp_index].comparelo = (uint32_t) compare; in mips_gictimer_store_vp_compare()
123 timer_del(gictimer->vptimers[i].qtimer); in mips_gictimer_stop_count()
132 gictimer->vptimers = g_new(MIPSGICTimerVPState, nvps); in mips_gictimer_init()
138 gictimer->vptimers[i].gictimer = gictimer; in mips_gictimer_init()
139 gictimer->vptimers[i].vp_index = i; in mips_gictimer_init()
[all …]
/qemu/include/hw/timer/
H A Dmips_gictimer.h30 MIPSGICTimerVPState *vptimers; member