Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/haxm/
Dvcpu.rs88 pub struct HaxmVcpu { struct
96 unsafe impl Send for HaxmVcpu {} argument
97 unsafe impl Sync for HaxmVcpu {} implementation
99 impl AsRawDescriptor for HaxmVcpu { implementation
105 impl HaxmVcpu { implementation
142 impl Vcpu for HaxmVcpu { implementation
373 impl VcpuX86_64 for HaxmVcpu { implementation
Dwin.rs113 vcpu: &HaxmVcpu, in take_run_handle()
Dunix.rs73 pub(super) fn take_run_handle(vcpu: &HaxmVcpu, signal_num: Option<c_int>) -> Result<VcpuRunHandle> { in take_run_handle()