Searched refs:get_emulated_cpuid (Results 1 – 4 of 4) sorted by relevance
169 CpuidRequest get_emulated_cpuid = 7; field243 CpuidResponse get_emulated_cpuid = 8; field
190 pub fn get_emulated_cpuid(&self) -> Result<CpuId> { in get_emulated_cpuid() method1798 fn get_emulated_cpuid() { in get_emulated_cpuid() function1800 kvm.get_emulated_cpuid().unwrap(); in get_emulated_cpuid()
657 match kvm.get_emulated_cpuid() { in handle_socket()
433 fn get_emulated_cpuid( in get_emulated_cpuid() method1218 let ret = this.get_emulated_cpuid(cpuid_entries, &mut cpuid_count); in crosvm_get_emulated_cpuid()