Searched refs:VmAArch64 (Results 1 – 6 of 6) sorted by relevance
/external/crosvm/devices/src/irqchip/kvm/ |
D | mod.rs | 9 use hypervisor::VmAArch64; 191 use hypervisor::VmAArch64;
|
/external/crosvm/hypervisor/src/ |
D | aarch64.rs | 18 pub trait VmAArch64: Vm { trait
|
/external/crosvm/hypervisor/src/kvm/ |
D | aarch64.rs | 16 VmAArch64, VmCap, 78 impl VmAArch64 for KvmVm {
|
/external/crosvm/aarch64/src/ |
D | lib.rs | 17 use hypervisor::{DeviceKind, Hypervisor, HypervisorCap, VcpuAArch64, VcpuFeature, VmAArch64}; 234 V: VmAArch64, in build_vm() argument
|
/external/crosvm/arch/src/ |
D | lib.rs | 39 hypervisor::{Hypervisor as HypervisorArch, VcpuAArch64 as VcpuArch, VmAArch64 as VmArch},
|
/external/crosvm/src/ |
D | linux.rs | 75 hypervisor::{VcpuAArch64 as VcpuArch, VmAArch64 as VmArch},
|