Searched defs:PitChannelState (Results 1 – 3 of 3) sorted by relevance
| /external/crosvm/hypervisor/src/ |
| D | x86_64.rs | 612 pub struct PitChannelState { struct 614 pub count: u32, 616 pub latched_count: u16, 618 pub count_latched: PitRWState, 620 pub status_latched: bool, 624 pub status: u8, 626 pub read_state: PitRWState, 628 pub write_state: PitRWState, 631 pub reload_value: u16, 633 pub rw_mode: PitRWMode, [all …]
|
| /external/crosvm/devices/src/ |
| D | pit.rs | 481 fn get_channel_state(&self) -> PitChannelState { in get_channel_state() 542 fn set_channel_state(&mut self, state: &PitChannelState) { in set_channel_state()
|
| /external/crosvm/hypervisor/src/kvm/ |
| D | x86_64.rs | 1215 impl From<&kvm_pit_channel_state> for PitChannelState { implementation
|