Searched defs:PitChannelState (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/hypervisor/src/ |
D | x86_64.rs | 709 pub struct PitChannelState { struct 711 pub count: u32, 713 pub latched_count: u16, 715 pub count_latched: PitRWState, 717 pub status_latched: bool, 721 pub status: u8, 723 pub read_state: PitRWState, 725 pub write_state: PitRWState, 728 pub reload_value: u16, 730 pub rw_mode: PitRWMode, [all …]
|
/external/crosvm/devices/src/ |
D | pit.rs | 496 fn get_channel_state(&self) -> PitChannelState { in get_channel_state() 557 fn set_channel_state(&mut self, state: &PitChannelState) { in set_channel_state()
|
/external/crosvm/hypervisor/src/kvm/ |
D | x86_64.rs | 1436 impl From<&kvm_pit_channel_state> for PitChannelState { implementation
|