Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dreverse_cpuid.h70 static const struct cpuid_reg reverse_cpuid[] = { variable
111 BUILD_BUG_ON(x86_leaf >= ARRAY_SIZE(reverse_cpuid)); in reverse_cpuid_check()
112 BUILD_BUG_ON(reverse_cpuid[x86_leaf].function == 0); in reverse_cpuid_check()
163 return reverse_cpuid[x86_leaf]; in x86_feature_cpuid()