Searched refs:kvm_ppc_resize_hpt (Results 1 – 3 of 3) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | kvm.h | 812 struct kvm_ppc_resize_hpt { struct 1415 #define KVM_PPC_RESIZE_HPT_PREPARE _IOR(KVMIO, 0xad, struct kvm_ppc_resize_hpt) 1416 #define KVM_PPC_RESIZE_HPT_COMMIT _IOR(KVMIO, 0xae, struct kvm_ppc_resize_hpt)
|
/external/crosvm/kvm_sys/src/aarch64/ |
D | bindings.rs | 6282 pub struct kvm_ppc_resize_hpt { struct 6290 ::std::mem::size_of::<kvm_ppc_resize_hpt>(), in bindgen_test_layout_kvm_ppc_resize_hpt() argument 6292 concat!("Size of: ", stringify!(kvm_ppc_resize_hpt)) in bindgen_test_layout_kvm_ppc_resize_hpt() 6295 ::std::mem::align_of::<kvm_ppc_resize_hpt>(), in bindgen_test_layout_kvm_ppc_resize_hpt() 6297 concat!("Alignment of ", stringify!(kvm_ppc_resize_hpt)) in bindgen_test_layout_kvm_ppc_resize_hpt() 6300 unsafe { &(*(::std::ptr::null::<kvm_ppc_resize_hpt>())).flags as *const _ as usize }, in bindgen_test_layout_kvm_ppc_resize_hpt() 6304 stringify!(kvm_ppc_resize_hpt), in bindgen_test_layout_kvm_ppc_resize_hpt() 6310 unsafe { &(*(::std::ptr::null::<kvm_ppc_resize_hpt>())).shift as *const _ as usize }, in bindgen_test_layout_kvm_ppc_resize_hpt() 6314 stringify!(kvm_ppc_resize_hpt), in bindgen_test_layout_kvm_ppc_resize_hpt() 6320 unsafe { &(*(::std::ptr::null::<kvm_ppc_resize_hpt>())).pad as *const _ as usize }, in bindgen_test_layout_kvm_ppc_resize_hpt() [all …]
|
/external/crosvm/kvm_sys/src/x86/ |
D | bindings.rs | 8719 pub struct kvm_ppc_resize_hpt { struct 8727 ::std::mem::size_of::<kvm_ppc_resize_hpt>(), in bindgen_test_layout_kvm_ppc_resize_hpt() argument 8729 concat!("Size of: ", stringify!(kvm_ppc_resize_hpt)) in bindgen_test_layout_kvm_ppc_resize_hpt() 8732 ::std::mem::align_of::<kvm_ppc_resize_hpt>(), in bindgen_test_layout_kvm_ppc_resize_hpt() 8734 concat!("Alignment of ", stringify!(kvm_ppc_resize_hpt)) in bindgen_test_layout_kvm_ppc_resize_hpt() 8737 unsafe { &(*(::std::ptr::null::<kvm_ppc_resize_hpt>())).flags as *const _ as usize }, in bindgen_test_layout_kvm_ppc_resize_hpt() 8741 stringify!(kvm_ppc_resize_hpt), in bindgen_test_layout_kvm_ppc_resize_hpt() 8747 unsafe { &(*(::std::ptr::null::<kvm_ppc_resize_hpt>())).shift as *const _ as usize }, in bindgen_test_layout_kvm_ppc_resize_hpt() 8751 stringify!(kvm_ppc_resize_hpt), in bindgen_test_layout_kvm_ppc_resize_hpt() 8757 unsafe { &(*(::std::ptr::null::<kvm_ppc_resize_hpt>())).pad as *const _ as usize }, in bindgen_test_layout_kvm_ppc_resize_hpt() [all …]
|