Searched refs:kvm_get_supported_cpuid (Results 1 – 3 of 3) sorted by relevance
862 const struct kvm_cpuid2 *kvm_get_supported_cpuid(void);868 return get_cpuid_entry(kvm_get_supported_cpuid(), 0x1, 0)->eax; in kvm_cpu_fms()886 return kvm_cpuid_has(kvm_get_supported_cpuid(), feature); in kvm_cpu_has()894 return kvm_cpuid_property(kvm_get_supported_cpuid(), property); in kvm_cpu_property()
593 vcpu_init_cpuid(vcpu, kvm_get_supported_cpuid()); in vm_arch_vcpu_add()614 vcpu_init_cpuid(vcpu, kvm_get_supported_cpuid()); in vm_arch_vcpu_recreate()628 const struct kvm_cpuid2 *kvm_get_supported_cpuid(void) in kvm_get_supported_cpuid() function1212 cpuid_sys = kvm_get_supported_cpuid(); in vcpu_set_hv_cpuid()
194 compare_cpuids(kvm_get_supported_cpuid(), vcpu->cpuid); in main()