Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c708 static void *kvm_supported_cpuid; variable
714 if (kvm_supported_cpuid) in kvm_get_supported_cpuid()
715 return kvm_supported_cpuid; in kvm_get_supported_cpuid()
717 kvm_supported_cpuid = allocate_kvm_cpuid2(MAX_NR_CPUID_ENTRIES); in kvm_get_supported_cpuid()
721 (struct kvm_cpuid2 *)kvm_supported_cpuid); in kvm_get_supported_cpuid()
724 return kvm_supported_cpuid; in kvm_get_supported_cpuid()
793 TEST_ASSERT(!kvm_supported_cpuid, in __vm_xsave_require_permission()