Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c887 static void *kvm_supported_cpuid; variable
893 if (kvm_supported_cpuid) in kvm_get_supported_cpuid()
894 return kvm_supported_cpuid; in kvm_get_supported_cpuid()
896 kvm_supported_cpuid = allocate_kvm_cpuid2(MAX_NR_CPUID_ENTRIES); in kvm_get_supported_cpuid()
900 (struct kvm_cpuid2 *)kvm_supported_cpuid); in kvm_get_supported_cpuid()
903 return kvm_supported_cpuid; in kvm_get_supported_cpuid()
972 TEST_ASSERT(!kvm_supported_cpuid, in __vm_xsave_require_permission()