Home
last modified time | relevance | path

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

/external/crosvm/crosvm_plugin/src/
Dlib.rs623 fn get_vcpu(&mut self, cpu_id: u32) -> Result<*mut crosvm_vcpu, c_int> { in get_vcpu() method
1732 let ret = self_.get_vcpu(cpu_id); in crosvm_get_vcpu()