Searched defs:VcpuAArch64 (Results 1 – 5 of 5) sorted by relevance
77 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>>; in create_vcpu()98 pub trait VcpuAArch64: Vcpu { interface
66 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu()
387 Vcpu: VcpuAArch64, in build_vm()746 vcpu: &mut dyn VcpuAArch64, in configure_vcpu()
206 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu()
184 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu()