Searched refs:VcpuAArch64 (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/hypervisor/src/ |
D | aarch64.rs | 27 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>>; in create_vcpu() argument 31 pub trait VcpuAArch64: Vcpu { trait 53 impl_downcast!(VcpuAArch64);
|
/external/crosvm/hypervisor/src/kvm/ |
D | aarch64.rs | 15 ClockState, DeviceKind, Hypervisor, IrqSourceChip, PsciVersion, VcpuAArch64, VcpuFeature, Vm, 109 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu() argument 123 impl VcpuAArch64 for KvmVcpu {
|
/external/crosvm/aarch64/src/ |
D | lib.rs | 17 use hypervisor::{DeviceKind, Hypervisor, HypervisorCap, VcpuAArch64, VcpuFeature, VmAArch64}; 235 Vcpu: VcpuAArch64, in build_vm() argument 416 _vcpu: &mut dyn VcpuAArch64, in configure_vcpu() argument 485 vcpu: &dyn VcpuAArch64, in configure_vcpu_early() 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},
|