Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dhpet.c67 struct HPETState { struct
92 static uint32_t hpet_in_legacy_mode(HPETState *s) in hpet_in_legacy_mode() argument
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs215 fn init(&mut self, index: u8, state: &HPETState) { in init()
221 state: NonNull::new((state as *const HPETState).cast_mut()).unwrap(), in init() constant
244 fn get_state(&self) -> &HPETState { in get_state()
526 pub struct HPETState { struct
527 parent_obj: ParentField<SysBusDevice>,
528 iomem: MemoryRegion,
532 capability: BqlCell<u64>,
534 config: BqlCell<u64>,
537 int_status: BqlCell<u64>,
540 counter: BqlCell<u64>,
[all …]