Home
last modified time | relevance | path

Searched refs:kvm_get_supported_cpuid (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/kvm/lib/x86/
A Dhyperv.c35 cpuid_sys = kvm_get_supported_cpuid(); in vcpu_set_hv_cpuid()
A Dprocessor.c690 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
/tools/testing/selftests/kvm/x86/
A Dcpuid_test.c211 compare_cpuids(kvm_get_supported_cpuid(), vcpu->cpuid); in main()
/tools/testing/selftests/kvm/include/x86/
A Dprocessor.h928 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