Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_cpuid.c28 const struct kvm_cpuid2 *hv_cpuid_entries; in test_hv_cpuid() local
34 hv_cpuid_entries = vcpu_get_supported_hv_cpuid(vcpu); in test_hv_cpuid()
36 hv_cpuid_entries = kvm_get_supported_hv_cpuid(); in test_hv_cpuid()
38 TEST_ASSERT(hv_cpuid_entries->nent == nent_expected, in test_hv_cpuid()
41 nent_expected, hv_cpuid_entries->nent); in test_hv_cpuid()
43 for (i = 0; i < hv_cpuid_entries->nent; i++) { in test_hv_cpuid()
44 const struct kvm_cpuid_entry2 *entry = &hv_cpuid_entries->entries[i]; in test_hv_cpuid()
112 free((void *)hv_cpuid_entries); in test_hv_cpuid()