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 */ global() struct
65 } HPETTimer; global() typedef
[all...]
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs216 unsafe impl Sync for HPETTimer {} implementation
181 timer_handler(timer_cell: &BqlRefCell<HPETTimer>) timer_handler() argument
188 pub struct HPETTimer { global() struct
191 indexHPETTimer global() argument
192 qemu_timerHPETTimer global() argument
217 new(index: u8, state: *const HPETState) -> HPETTimer new() argument
[all...]