Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dpxa2xx_timer.c122 uint32_t now_vm; in pxa2xx_timer_update() local
125 now_vm = s->clock + in pxa2xx_timer_update()
129 new_qemu = now_qemu + muldiv64((uint32_t) (s->timer[i].value - now_vm), in pxa2xx_timer_update()
138 uint32_t now_vm; in pxa2xx_timer_update4() local
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()