Home
last modified time | relevance | path

Searched defs:VcpuExit (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Driscv64.rs106 pub fn system_event_reset(&self, _event_flags: u64) -> Result<VcpuExit> { in system_event_reset()
111 pub(crate) fn handle_vm_exit_arch(&self, run: &mut kvm_run) -> Option<VcpuExit> { in handle_vm_exit_arch()
H A Daarch64.rs250 pub fn system_event_reset(&self, event_flags: u64) -> Result<VcpuExit> { in system_event_reset()
352 pub(crate) fn handle_vm_exit_arch(&self, _run: &mut kvm_run) -> Option<VcpuExit> { in handle_vm_exit_arch()
H A Dx86_64.rs493 pub fn system_event_reset(&self, _event_flags: u64) -> Result<VcpuExit> { in system_event_reset()
518 pub(crate) fn handle_vm_exit_arch(&self, run: &mut kvm_run) -> Option<VcpuExit> { in handle_vm_exit_arch()
H A Dmod.rs972 fn run(&mut self) -> Result<VcpuExit> { in run()
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dlib.rs331 fn run(&mut self) -> Result<VcpuExit>; in run()
432 pub enum VcpuExit { enum
/aosp_15_r20/external/crosvm/src/crosvm/sys/windows/
H A Dstats.rs62 pub fn end_stat(&mut self, exit: &base::Result<VcpuExit>, start: Option<Instant>) { in end_stat()
/aosp_15_r20/external/crosvm/kvm/src/
H A Dlib.rs948 pub enum VcpuExit { enum
1638 pub fn run(&self) -> Result<VcpuExit> { in run()
/aosp_15_r20/external/crosvm/devices/tests/irqchip/
H A Duserspace.rs666 fn run(&mut self) -> Result<VcpuExit> { in run()
/aosp_15_r20/external/crosvm/hypervisor/src/gunyah/
H A Dmod.rs737 fn run(&mut self) -> Result<VcpuExit> { in run()
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/
H A Dvcpu.rs284 fn run(&mut self) -> Result<VcpuExit> { in run()
/aosp_15_r20/external/crosvm/hypervisor/src/geniezone/
H A Dmod.rs1159 fn run(&mut self) -> Result<VcpuExit> { in run()
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A Dvcpu.rs601 fn run(&mut self) -> Result<VcpuExit> { in run()
/aosp_15_r20/external/crosvm/hypervisor/tests/
H A Dhypervisor_virtualization.rs203 … mut exit_matcher: impl FnMut(HypervisorType, &VcpuExit, &mut dyn VcpuX86_64, &mut dyn Vm) -> bool, in run_configurable_test()