Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dmips_gictimer.c36 if (gictimer->countstop) { in gic_vptimer_expire()
55 if (gictimer->countstop) { in mips_gictimer_get_sh_count()
76 if (gictimer->countstop || !gictimer->vptimers[0].qtimer) { in mips_gictimer_store_sh_count()
105 return gictimer->countstop; in mips_gictimer_get_countstop()
110 gictimer->countstop = 0; in mips_gictimer_start_count()
118 gictimer->countstop = 1; in mips_gictimer_stop_count()
133 gictimer->countstop = 1; in mips_gictimer_init()
/qemu/include/hw/timer/
H A Dmips_gictimer.h27 uint8_t countstop; member