Searched defs:PitChannelState (Results 1 – 3 of 3) sorted by relevance
| /external/crosvm/hypervisor/src/ |
| D | x86_64.rs | 415 pub struct PitChannelState { struct 417 pub count: u32, 419 pub latched_count: u16, 421 pub count_latched: PitRWState, 423 pub status_latched: bool, 427 pub status: u8, 429 pub read_state: PitRWState, 431 pub write_state: PitRWState, 434 pub reload_value: u16, 436 pub rw_mode: PitRWMode, [all …]
|
| /external/crosvm/devices/src/ |
| D | pit.rs | 477 fn get_channel_state(&self) -> PitChannelState { in get_channel_state() 541 fn set_channel_state(&mut self, state: &PitChannelState) { in set_channel_state()
|
| /external/crosvm/hypervisor/src/kvm/ |
| D | x86_64.rs | 894 impl From<&kvm_pit_channel_state> for PitChannelState { implementation
|