Home
last modified time | relevance | path

Searched defs:kvm_cpuid_entry2 (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/kvm_sys/src/
Dlib.rs168 fn get_slice(&self, len: usize) -> &[kvm_cpuid_entry2] { in get_slice()
172 fn get_mut_slice(&mut self, len: usize) -> &mut [kvm_cpuid_entry2] { in get_mut_slice()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dkvm.h234 struct kvm_cpuid_entry2 { struct
253 struct kvm_cpuid_entry2 entries[0]; argument
/external/crosvm/crosvm_plugin/src/
Dlib.rs383 cpuid_entries: &mut [kvm_cpuid_entry2], in get_supported_cpuid()
416 cpuid_entries: &mut [kvm_cpuid_entry2], in get_emulated_cpuid()
1260 cpuid_entries: &mut [kvm_cpuid_entry2], in get_hyperv_cpuid()
1447 cpuid_entries: *mut kvm_cpuid_entry2, in crosvm_get_supported_cpuid()
1463 cpuid_entries: *mut kvm_cpuid_entry2, in crosvm_get_emulated_cpuid()
1914 cpuid_entries: *mut kvm_cpuid_entry2, in crosvm_get_hyperv_cpuid()
1959 cpuid_entries: *const kvm_cpuid_entry2, in crosvm_vcpu_set_cpuid()
/external/crosvm/kvm_sys/src/x86/
Dbindings.rs2435 pub struct kvm_cpuid_entry2 { struct
2448 ::std::mem::size_of::<kvm_cpuid_entry2>(), in bindgen_test_layout_kvm_cpuid_entry2() argument