Searched refs:hax_tunnel (Results 1 – 4 of 4) sorted by relevance
/external/crosvm/hypervisor/src/haxm/ |
D | unix.rs | 20 use super::haxm_sys::hax_tunnel; 67 tunnel: *mut hax_tunnel,
|
D | vm.rs | 457 tunnel: tunnel_info.va as *mut hax_tunnel, in create_vcpu()
|
D | vcpu.rs | 91 pub(super) tunnel: *mut hax_tunnel,
|
/external/crosvm/hypervisor/src/haxm/haxm_sys/ |
D | bindings.rs | 2532 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 …]
|