Home
last modified time | relevance | path

Searched defs:crosvm_vcpu (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/crosvm_plugin/src/
Dlib.rs278 vcpus: Arc<[crosvm_vcpu]>, in new()
631 fn get_vcpu(&mut self, cpu_id: u32) -> Result<*mut crosvm_vcpu, c_int> { in get_vcpu()
633 Ok(vcpu as *const crosvm_vcpu as *mut crosvm_vcpu) in get_vcpu() constant
989 pub struct crosvm_vcpu { struct
999 regs: crosvm_vcpu_reg_cache, argument
1000 sregs: crosvm_vcpu_reg_cache, argument
1001 debugregs: crosvm_vcpu_reg_cache, argument
1023 impl crosvm_vcpu { impl
1024 fn new(read_pipe: File, write_pipe: File) -> crosvm_vcpu { in new()
1749 out: *mut *mut crosvm_vcpu, in crosvm_get_vcpu()
[all …]