Searched defs:kvm_cpuid2 (Results 1 – 3 of 3) sorted by relevance
159 impl FlexibleArray<kvm_cpuid_entry2> for kvm_cpuid2 { implementation
250 struct kvm_cpuid2 { struct251 __u32 nent;252 __u32 padding;253 struct kvm_cpuid_entry2 entries[0];
2540 pub struct kvm_cpuid2 { struct2548 ::std::mem::size_of::<kvm_cpuid2>(), in bindgen_test_layout_kvm_cpuid2() argument