Home
last modified time | relevance | path

Searched defs:PitState (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/irqchip/kvm/
H A Dx86_64.rs178 fn get_pit(&self) -> Result<PitState> { in get_pit()
842 fn get_pit(&self) -> Result<PitState> { in get_pit()
/aosp_15_r20/external/crosvm/devices/src/
H A Dpit.rs340 pub fn get_pit_state(&self) -> PitState { in get_pit_state()
351 pub fn set_pit_state(&mut self, state: &PitState) { in set_pit_state()
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dx86_64.rs634 pub struct PitState { struct
635 pub channels: [PitChannelState; 3],
637 pub flags: u32,
/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Dx86_64.rs60 fn get_pit(&self) -> Result<PitState>; in get_pit()
H A Dwhpx.rs605 fn get_pit(&self) -> Result<PitState> { in get_pit()
H A Duserspace.rs928 fn get_pit(&self) -> Result<PitState> { in get_pit()
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Dx86_64.rs1340 impl From<&kvm_pit_state2> for PitState { implementation