Searched refs:hv_cpuid_entries (Results 1 – 1 of 1) sorted by relevance
53 TEST_ASSERT(hv_cpuid_entries->nent == nent_expected, in test_hv_cpuid()56 nent_expected, hv_cpuid_entries->nent); in test_hv_cpuid()58 for (i = 0; i < hv_cpuid_entries->nent; i++) { in test_hv_cpuid()134 const struct kvm_cpuid2 *hv_cpuid_entries; in main() local144 hv_cpuid_entries = vcpu_get_supported_hv_cpuid(vcpu); in main()145 test_hv_cpuid(hv_cpuid_entries, false); in main()146 free((void *)hv_cpuid_entries); in main()154 hv_cpuid_entries = vcpu_get_supported_hv_cpuid(vcpu); in main()155 test_hv_cpuid(hv_cpuid_entries, true); in main()156 free((void *)hv_cpuid_entries); in main()[all …]