Home
last modified time | relevance | path

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

/external/crosvm/arch/src/
Dlib.rs39 hypervisor::{Hypervisor as HypervisorArch, VcpuAArch64 as VcpuArch, VmAArch64 as VmArch},
44 hypervisor::{HypervisorX86_64 as HypervisorArch, VcpuX86_64 as VcpuArch, VmX86_64 as VmArch},
186 hypervisor: &dyn HypervisorArch, in configure_vcpu() argument