Searched defs:VcpuExit (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/ |
H A D | riscv64.rs | 106 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 D | aarch64.rs | 250 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 D | x86_64.rs | 493 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 D | mod.rs | 972 fn run(&mut self) -> Result<VcpuExit> { in run()
|
/aosp_15_r20/external/crosvm/hypervisor/src/ |
H A D | lib.rs | 331 fn run(&mut self) -> Result<VcpuExit>; in run() 432 pub enum VcpuExit { enum
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/windows/ |
H A D | stats.rs | 62 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 D | lib.rs | 948 pub enum VcpuExit { enum 1638 pub fn run(&self) -> Result<VcpuExit> { in run()
|
/aosp_15_r20/external/crosvm/devices/tests/irqchip/ |
H A D | userspace.rs | 666 fn run(&mut self) -> Result<VcpuExit> { in run()
|
/aosp_15_r20/external/crosvm/hypervisor/src/gunyah/ |
H A D | mod.rs | 737 fn run(&mut self) -> Result<VcpuExit> { in run()
|
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/ |
H A D | vcpu.rs | 284 fn run(&mut self) -> Result<VcpuExit> { in run()
|
/aosp_15_r20/external/crosvm/hypervisor/src/geniezone/ |
H A D | mod.rs | 1159 fn run(&mut self) -> Result<VcpuExit> { in run()
|
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/ |
H A D | vcpu.rs | 601 fn run(&mut self) -> Result<VcpuExit> { in run()
|
/aosp_15_r20/external/crosvm/hypervisor/tests/ |
H A D | hypervisor_virtualization.rs | 203 … mut exit_matcher: impl FnMut(HypervisorType, &VcpuExit, &mut dyn VcpuX86_64, &mut dyn Vm) -> bool, in run_configurable_test()
|