Searched defs:kvm_cpuid2 (Results 1 – 3 of 3) sorted by relevance
228 struct kvm_cpuid2 { struct229 __u32 nent;230 __u32 padding;231 struct kvm_cpuid_entry2 entries[0];
1735 pub fn as_ptr(&self) -> *const kvm_cpuid2 { in as_ptr()1740 pub fn as_mut_ptr(&mut self) -> *mut kvm_cpuid2 { in as_mut_ptr()
2377 pub struct kvm_cpuid2 { struct2385 ::std::mem::size_of::<kvm_cpuid2>(), in bindgen_test_layout_kvm_cpuid2() argument