Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/haxm/
Dunix.rs20 use super::haxm_sys::hax_tunnel;
67 tunnel: *mut hax_tunnel,
Dvm.rs457 tunnel: tunnel_info.va as *mut hax_tunnel, in create_vcpu()
Dvcpu.rs91 pub(super) tunnel: *mut hax_tunnel,
/external/crosvm/hypervisor/src/haxm/haxm_sys/
Dbindings.rs2532 pub struct hax_tunnel { struct
3006 ::std::mem::size_of::<hax_tunnel>(), in bindgen_test_layout_hax_tunnel()
3008 concat!("Size of: ", stringify!(hax_tunnel)) in bindgen_test_layout_hax_tunnel()
3011 ::std::mem::align_of::<hax_tunnel>(), in bindgen_test_layout_hax_tunnel()
3013 concat!("Alignment of ", stringify!(hax_tunnel)) in bindgen_test_layout_hax_tunnel()
3016 unsafe { &(*(::std::ptr::null::<hax_tunnel>()))._exit_reason as *const _ as usize }, in bindgen_test_layout_hax_tunnel()
3020 stringify!(hax_tunnel), in bindgen_test_layout_hax_tunnel()
3026 unsafe { &(*(::std::ptr::null::<hax_tunnel>())).pad0 as *const _ as usize }, in bindgen_test_layout_hax_tunnel()
3030 stringify!(hax_tunnel), in bindgen_test_layout_hax_tunnel()
3036 unsafe { &(*(::std::ptr::null::<hax_tunnel>()))._exit_status as *const _ as usize }, in bindgen_test_layout_hax_tunnel()
[all …]