Searched defs:HPETState (Results 1 – 2 of 2) sorted by relevance
67 struct HPETState { struct92 static uint32_t hpet_in_legacy_mode(HPETState *s) in hpet_in_legacy_mode() argument
242 fn get_state(&self) -> &HPETState { in get_state()524 pub struct HPETState { struct525 parent_obj: ParentField<SysBusDevice>,526 iomem: MemoryRegion,530 capability: BqlCell<u64>,532 config: BqlCell<u64>,535 int_status: BqlCell<u64>,538 counter: BqlCell<u64>,543 flags: u32,546 hpet_offset: BqlCell<u64>,[all …]