Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
Dhyperv_cpuid.c48 static void test_hv_cpuid(struct kvm_cpuid2 *hv_cpuid_entries, in test_hv_cpuid() argument
54 TEST_ASSERT(hv_cpuid_entries->nent == 6, in test_hv_cpuid()
57 hv_cpuid_entries->nent); in test_hv_cpuid()
59 TEST_ASSERT(hv_cpuid_entries->nent == 7, in test_hv_cpuid()
62 hv_cpuid_entries->nent); in test_hv_cpuid()
64 for (i = 0; i < hv_cpuid_entries->nent; i++) { in test_hv_cpuid()
65 struct kvm_cpuid_entry2 *entry = &hv_cpuid_entries->entries[i]; in test_hv_cpuid()
137 struct kvm_cpuid2 *hv_cpuid_entries; in main() local
154 hv_cpuid_entries = kvm_get_supported_hv_cpuid(vm); in main()
155 if (!hv_cpuid_entries) in main()
[all …]