Searched refs:VcpuControl (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/src/ |
D | gdb.rs | 13 VcpuControl, VcpuDebug, VcpuDebugStatus, VcpuDebugStatusMessage, VmRequest, VmResponse, 78 VcpuRequest(mpsc::SendError<VcpuControl>), 93 vcpu_com: Vec<mpsc::Sender<VcpuControl>>, 102 vcpu_com: Vec<mpsc::Sender<VcpuControl>>, in new() argument 113 fn vcpu_request(&self, request: VcpuControl) -> GdbResult<VcpuDebugStatus> { in vcpu_request() 158 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::EnableSinglestep)) { in resume() 211 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::ReadRegs)) { in read_registers() 231 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::WriteRegs(Box::new( in write_registers() 251 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::ReadMem( in read_addrs() 277 match self.vcpu_request(VcpuControl::Debug(VcpuDebug::WriteMem( in write_addrs() [all …]
|
D | linux.rs | 1988 from_main_tube: mpsc::Receiver<VcpuControl>, in run_vcpu() argument 2074 VcpuControl::RunState(new_mode) => { in run_vcpu() 2099 VcpuControl::Debug(d) => { in run_vcpu() 2584 vcpu_handles: &[(JoinHandle<()>, mpsc::Sender<vm_control::VcpuControl>)], in kick_all_vcpus() argument 2589 if let Err(e) = tube.send(VcpuControl::RunState(run_mode.clone())) { in kick_all_vcpus()
|
/external/crosvm/vm_control/src/ |
D | lib.rs | 61 pub enum VcpuControl { enum
|