Searched refs:kvm_get_supported_cpuid (Results 1 – 3 of 3) sorted by relevance
782 const struct kvm_cpuid2 *kvm_get_supported_cpuid(void);788 return get_cpuid_entry(kvm_get_supported_cpuid(), 0x1, 0)->eax; in kvm_cpu_fms()806 return kvm_cpuid_has(kvm_get_supported_cpuid(), feature); in kvm_cpu_has()814 return kvm_cpuid_property(kvm_get_supported_cpuid(), property); in kvm_cpu_property()
175 compare_cpuids(kvm_get_supported_cpuid(), vcpu->cpuid); in main()
577 vcpu_init_cpuid(vcpu, kvm_get_supported_cpuid()); in vm_arch_vcpu_add()598 vcpu_init_cpuid(vcpu, kvm_get_supported_cpuid()); in vm_arch_vcpu_recreate()612 const struct kvm_cpuid2 *kvm_get_supported_cpuid(void) in kvm_get_supported_cpuid() function1183 cpuid_sys = kvm_get_supported_cpuid(); in vcpu_set_hv_cpuid()
Completed in 10 milliseconds