Searched refs:get_supported_cpuid (Results 1 – 5 of 5) sorted by relevance
115 .get_supported_cpuid() in setup_cpuid()
168 CpuidRequest get_supported_cpuid = 6; field242 CpuidResponse get_supported_cpuid = 7; field
184 pub fn get_supported_cpuid(&self) -> Result<CpuId> { in get_supported_cpuid() method1790 fn get_supported_cpuid() { in get_supported_cpuid() function1792 let mut cpuid = kvm.get_supported_cpuid().unwrap(); in get_supported_cpuid()
646 match kvm.get_supported_cpuid() { in handle_socket()
400 fn get_supported_cpuid( in get_supported_cpuid() method1202 let ret = this.get_supported_cpuid(cpuid_entries, &mut cpuid_count); in crosvm_get_supported_cpuid()