Searched refs:kvm_supported_cpuid (Results 1 – 1 of 1) sorted by relevance
708 static void *kvm_supported_cpuid; variable714 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()