Searched refs:kvm_get_supported_cpuid (Results 1 – 4 of 4) sorted by relevance
35 cpuid_sys = kvm_get_supported_cpuid(); in vcpu_set_hv_cpuid()
690 vcpu_init_cpuid(vcpu, kvm_get_supported_cpuid()); in vm_arch_vcpu_add()718 vcpu_init_cpuid(vcpu, kvm_get_supported_cpuid()); in vm_arch_vcpu_recreate()732 const struct kvm_cpuid2 *kvm_get_supported_cpuid(void) in kvm_get_supported_cpuid() function
211 compare_cpuids(kvm_get_supported_cpuid(), vcpu->cpuid); in main()
928 const struct kvm_cpuid2 *kvm_get_supported_cpuid(void);932 return get_cpuid_entry(kvm_get_supported_cpuid(), 0x1, 0)->eax; in kvm_cpu_fms()950 return kvm_cpuid_has(kvm_get_supported_cpuid(), feature); in kvm_cpu_has()958 return kvm_cpuid_property(kvm_get_supported_cpuid(), property); in kvm_cpu_property()
Completed in 14 milliseconds