Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dhpet.c50 typedef struct HPETTimer { /* timers */ struct
65 } HPETTimer; argument
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs181 fn timer_handler(timer_cell: &BqlRefCell<HPETTimer>) { in timer_handler()
188 pub struct HPETTimer { struct
191 index: u8,
192 qemu_timer: Timer,
216 impl HPETTimer { argument
217 fn new(index: u8, state: *const HPETState) -> HPETTimer { in new()