Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dhpet.c122 static uint32_t hpet_time_after(uint64_t a, uint64_t b) in hpet_time_after() function
374 while (hpet_time_after(cur_tick, t->cmp64)) { in hpet_timer()
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs152 const fn hpet_time_after(a: u64, b: u64) -> bool { in hpet_time_after() function
488 while hpet_time_after(cur_tick, self.cmp64) { in callback()