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_64/
A Dhyperv_cpuid.c48 static void test_hv_cpuid(struct kvm_cpuid2 *hv_cpuid_entries, in test_hv_cpuid() argument
58 TEST_ASSERT(hv_cpuid_entries->nent == nent, in test_hv_cpuid()
61 nent, evmcs_expected, hv_cpuid_entries->nent); in test_hv_cpuid()
63 for (i = 0; i < hv_cpuid_entries->nent; i++) { in test_hv_cpuid()
131 struct kvm_cpuid2 *hv_cpuid_entries; in main() local
147 test_hv_cpuid(hv_cpuid_entries, false); in main()
148 free(hv_cpuid_entries); in main()
157 test_hv_cpuid(hv_cpuid_entries, true); in main()
158 free(hv_cpuid_entries); in main()
169 hv_cpuid_entries = kvm_get_supported_hv_cpuid(); in main()
[all …]

Completed in 3 milliseconds