Home
last modified time | relevance | path

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

/arch/x86/kvm/
A Dreverse_cpuid.h65 static const struct cpuid_reg reverse_cpuid[] = { variable
108 BUILD_BUG_ON(x86_leaf >= ARRAY_SIZE(reverse_cpuid)); in reverse_cpuid_check()
109 BUILD_BUG_ON(reverse_cpuid[x86_leaf].function == 0); in reverse_cpuid_check()
164 return reverse_cpuid[x86_leaf]; in x86_feature_cpuid()
A Dcpuid.c369 BUILD_BUG_ON(ARRAY_SIZE(reverse_cpuid) != NR_KVM_CPU_CAPS); in kvm_vcpu_after_set_cpuid()
377 const struct cpuid_reg cpuid = reverse_cpuid[i]; in kvm_vcpu_after_set_cpuid()

Completed in 8 milliseconds