Home
last modified time | relevance | path

Searched defs:VcpuControl (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/src/linux/
Dvcpu.rs274 from_main_tube: mpsc::Receiver<VcpuControl>, in vcpu_loop()
607 from_main_tube: mpsc::Receiver<VcpuControl>, in run_vcpu()
733 vcpu_handles: &[(JoinHandle<()>, mpsc::Sender<vm_control::VcpuControl>)], in kick_all_vcpus()
735 message: VcpuControl, in kick_all_vcpus()
/external/crosvm/src/
Dgdb.rs104 vcpu_com: Vec<mpsc::Sender<VcpuControl>>, in new()
/external/crosvm/vm_control/src/
Dlib.rs72 pub enum VcpuControl { enum
1033 vcpu_handles: &[(JoinHandle<()>, mpsc::Sender<VcpuControl>)], in execute()