Home
last modified time | relevance | path

Searched defs:VmRunMode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/crosvm/src/sys/windows/
H A Drun_vcpu.rs98 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 Dgeneric.rs207 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 Dvcpu.rs220 mut run_mode: VmRunMode, in vcpu_loop()
540 run_mode: VmRunMode, in run_vcpu()
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dlib.rs160 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 Dwindows.rs1121 run_mode_opt: &Option<VmRunMode>, in handle_run_mode_change_for_vm_request()