Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dhpet.c166 static uint64_t hpet_calculate_cmp64(HPETTimer *t, uint64_t cur_tick, uint64_t target) in hpet_calculate_cmp64() function
269 t->cmp64 = hpet_calculate_cmp64(t, s->hpet_counter, t->cmp); in hpet_post_load()
411 t->cmp64 = hpet_calculate_cmp64(t, cur_tick, t->cmp); in hpet_set_timer()