Searched defs:VcpuControl (Results 1 – 3 of 3) sorted by relevance
102 vcpu_com: Vec<mpsc::Sender<VcpuControl>>, in new()
1988 from_main_tube: mpsc::Receiver<VcpuControl>, in run_vcpu()2584 vcpu_handles: &[(JoinHandle<()>, mpsc::Sender<vm_control::VcpuControl>)], in kick_all_vcpus()
61 pub enum VcpuControl { enum