Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dpxa2xx_timer.c118 static void pxa2xx_timer_update(void *opaque, uint64_t now_qemu) in pxa2xx_timer_update() argument
126 muldiv64(now_qemu - s->lastload, s->freq, NANOSECONDS_PER_SECOND); in pxa2xx_timer_update()
129 new_qemu = now_qemu + muldiv64((uint32_t) (s->timer[i].value - now_vm), in pxa2xx_timer_update()
135 static void pxa2xx_timer_update4(void *opaque, uint64_t now_qemu, int n) in pxa2xx_timer_update4() argument
154 now_vm = s->tm4[counter].clock + muldiv64(now_qemu - in pxa2xx_timer_update4()
158 new_qemu = now_qemu + muldiv64((uint32_t) (s->tm4[n].tm.value - now_vm), in pxa2xx_timer_update4()