Searched defs:VmRunMode (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/crosvm/src/sys/windows/ |
H A D | run_vcpu.rs | 98 pub fn get_mode(&self) -> VmRunMode { in get_mode() 102 pub fn set_and_notify(&self, new_mode: VmRunMode) { in set_and_notify() 946 run_mode: VmRunMode, in process_vcpu_control_messages()
|
H A D | generic.rs | 207 F: FnMut(VmRequest, &'a mut RunnableLinuxVm<V, Vcpu>) -> (VmResponse, Option<VmRunMode>), in handle_received_token()
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/ |
H A D | vcpu.rs | 220 mut run_mode: VmRunMode, in vcpu_loop() 540 run_mode: VmRunMode, in run_vcpu()
|
/aosp_15_r20/external/crosvm/vm_control/src/ |
H A D | lib.rs | 160 pub enum VmRunMode { enum 172 impl Display for VmRunMode { implementation 1674 fn get_vcpu_state(kick_vcpus: impl Fn(VcpuControl), vcpu_num: usize) -> anyhow::Result<VmRunMode> { in get_vcpu_state()
|
/aosp_15_r20/external/crosvm/src/sys/ |
H A D | windows.rs | 1121 run_mode_opt: &Option<VmRunMode>, in handle_run_mode_change_for_vm_request()
|