Searched refs:kvm_hyperv_exit (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/kvm_sys/src/aarch64/ |
D | bindings.rs | 2343 pub struct kvm_hyperv_exit { struct 2558 ::std::mem::size_of::<kvm_hyperv_exit>(), in bindgen_test_layout_kvm_hyperv_exit() 2560 concat!("Size of: ", stringify!(kvm_hyperv_exit)) in bindgen_test_layout_kvm_hyperv_exit() 2563 ::std::mem::align_of::<kvm_hyperv_exit>(), in bindgen_test_layout_kvm_hyperv_exit() 2565 concat!("Alignment of ", stringify!(kvm_hyperv_exit)) in bindgen_test_layout_kvm_hyperv_exit() 2568 unsafe { &(*(::std::ptr::null::<kvm_hyperv_exit>())).type_ as *const _ as usize }, in bindgen_test_layout_kvm_hyperv_exit() 2572 stringify!(kvm_hyperv_exit), in bindgen_test_layout_kvm_hyperv_exit() 2578 unsafe { &(*(::std::ptr::null::<kvm_hyperv_exit>())).pad1 as *const _ as usize }, in bindgen_test_layout_kvm_hyperv_exit() 2582 stringify!(kvm_hyperv_exit), in bindgen_test_layout_kvm_hyperv_exit() 2588 unsafe { &(*(::std::ptr::null::<kvm_hyperv_exit>())).u as *const _ as usize }, in bindgen_test_layout_kvm_hyperv_exit() [all …]
|
/external/crosvm/kvm_sys/src/x86/ |
D | bindings.rs | 4780 pub struct kvm_hyperv_exit { struct 4995 ::std::mem::size_of::<kvm_hyperv_exit>(), in bindgen_test_layout_kvm_hyperv_exit() 4997 concat!("Size of: ", stringify!(kvm_hyperv_exit)) in bindgen_test_layout_kvm_hyperv_exit() 5000 ::std::mem::align_of::<kvm_hyperv_exit>(), in bindgen_test_layout_kvm_hyperv_exit() 5002 concat!("Alignment of ", stringify!(kvm_hyperv_exit)) in bindgen_test_layout_kvm_hyperv_exit() 5005 unsafe { &(*(::std::ptr::null::<kvm_hyperv_exit>())).type_ as *const _ as usize }, in bindgen_test_layout_kvm_hyperv_exit() 5009 stringify!(kvm_hyperv_exit), in bindgen_test_layout_kvm_hyperv_exit() 5015 unsafe { &(*(::std::ptr::null::<kvm_hyperv_exit>())).pad1 as *const _ as usize }, in bindgen_test_layout_kvm_hyperv_exit() 5019 stringify!(kvm_hyperv_exit), in bindgen_test_layout_kvm_hyperv_exit() 5025 unsafe { &(*(::std::ptr::null::<kvm_hyperv_exit>())).u as *const _ as usize }, in bindgen_test_layout_kvm_hyperv_exit() [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | kvm.h | 188 struct kvm_hyperv_exit { struct 430 struct kvm_hyperv_exit hyperv;
|