Home
last modified time | relevance | path

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

/external/crosvm/crosvm_plugin/src/
Dlib.rs272 vcpus: Arc<[crosvm_vcpu]>, in new()
623 fn get_vcpu(&mut self, cpu_id: u32) -> Result<*mut crosvm_vcpu, c_int> { in get_vcpu()
625 Ok(vcpu as *const crosvm_vcpu as *mut crosvm_vcpu) in get_vcpu() constant
981 pub struct crosvm_vcpu { struct
991 regs: crosvm_vcpu_reg_cache, argument
992 sregs: crosvm_vcpu_reg_cache, argument
993 debugregs: crosvm_vcpu_reg_cache, argument
1015 impl crosvm_vcpu { implementation
1016 fn new(read_pipe: File, write_pipe: File) -> crosvm_vcpu { in new()
1728 out: *mut *mut crosvm_vcpu, in crosvm_get_vcpu()
[all …]