Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c626 static void *kvm_supported_cpuid; variable
632 if (kvm_supported_cpuid) in kvm_get_supported_cpuid()
633 return kvm_supported_cpuid; in kvm_get_supported_cpuid()
635 kvm_supported_cpuid = allocate_kvm_cpuid2(MAX_NR_CPUID_ENTRIES); in kvm_get_supported_cpuid()
639 (struct kvm_cpuid2 *)kvm_supported_cpuid); in kvm_get_supported_cpuid()
642 return kvm_supported_cpuid; in kvm_get_supported_cpuid()
711 TEST_ASSERT(!kvm_supported_cpuid, in __vm_xsave_require_permission()