reverse_cpuid      41 arch/x86/kvm/cpuid.h static const struct cpuid_reg reverse_cpuid[] = {
reverse_cpuid      62 arch/x86/kvm/cpuid.h 	BUILD_BUG_ON(x86_leaf >= ARRAY_SIZE(reverse_cpuid));
reverse_cpuid      63 arch/x86/kvm/cpuid.h 	BUILD_BUG_ON(reverse_cpuid[x86_leaf].function == 0);
reverse_cpuid      65 arch/x86/kvm/cpuid.h 	return reverse_cpuid[x86_leaf];