Home
last modified time | relevance | path

Searched defs:hpet_next_wrap (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dhpet.c182 static uint64_t hpet_next_wrap(uint64_t cur_tick) in hpet_next_wrap() function
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs150 const fn hpet_next_wrap(cur_tick: u64) -> u64 { in hpet_next_wrap() function