Searched refs:vptimers (Results 1 – 2 of 2) sorted by relevance
26 wait = gictimer->vptimers[vp_index].comparelo - gictimer->sh_counterlo - in gic_vptimer_update()30 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()[all …]
30 MIPSGICTimerVPState *vptimers; member