Searched refs:get_vcpu (Results 1 – 1 of 1) sorted by relevance
623 fn get_vcpu(&mut self, cpu_id: u32) -> Result<*mut crosvm_vcpu, c_int> { in get_vcpu() method1732 let ret = self_.get_vcpu(cpu_id); in crosvm_get_vcpu()