Home
last modified time | relevance | path

Searched refs:VcpuAArch64 (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/hypervisor/src/
Daarch64.rs27 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/
Daarch64.rs15 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/
Dlib.rs17 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/
Dlib.rs39 hypervisor::{Hypervisor as HypervisorArch, VcpuAArch64 as VcpuArch, VmAArch64 as VmArch},
/external/crosvm/src/
Dlinux.rs75 hypervisor::{VcpuAArch64 as VcpuArch, VmAArch64 as VmArch},