Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dcpuid.h41 static const struct cpuid_reg reverse_cpuid[] = { variable
64 BUILD_BUG_ON(x86_leaf >= ARRAY_SIZE(reverse_cpuid)); in x86_feature_cpuid()
65 BUILD_BUG_ON(reverse_cpuid[x86_leaf].function == 0); in x86_feature_cpuid()
67 return reverse_cpuid[x86_leaf]; in x86_feature_cpuid()