Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dcpuid.h61 unsigned x86_leaf = x86_feature / 32; in x86_feature_cpuid() local
63 BUILD_BUG_ON(x86_leaf >= ARRAY_SIZE(reverse_cpuid)); in x86_feature_cpuid()
64 BUILD_BUG_ON(reverse_cpuid[x86_leaf].function == 0); in x86_feature_cpuid()
66 return reverse_cpuid[x86_leaf]; in x86_feature_cpuid()