Searched defs:PitChannelState (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/hypervisor/src/ |
D | x86_64.rs | 424 pub struct PitChannelState { struct 426 pub count: u32, 428 pub latched_count: u16, 430 pub count_latched: PitRWState, 432 pub status_latched: bool, 436 pub status: u8, 438 pub read_state: PitRWState, 440 pub write_state: PitRWState, 443 pub reload_value: u16, 445 pub rw_mode: PitRWMode, [all …]
|
/external/crosvm/devices/src/ |
D | pit.rs | 469 fn get_channel_state(&self) -> PitChannelState { in get_channel_state() 533 fn set_channel_state(&mut self, state: &PitChannelState) { in set_channel_state()
|
/external/crosvm/hypervisor/src/kvm/ |
D | x86_64.rs | 961 impl From<&kvm_pit_channel_state> for PitChannelState { implementation
|