Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dcpuid.h197 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_clear()
205 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_set()
213 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_get()
241 unsigned int x86_leaf = __feature_leaf(x86_feature); in guest_cpu_cap_set()
249 unsigned int x86_leaf = __feature_leaf(x86_feature); in guest_cpu_cap_clear()
267 unsigned int x86_leaf = __feature_leaf(x86_feature); in guest_cpu_cap_has()
H A Dreverse_cpuid.h159 static __always_inline u32 __feature_leaf(int x86_feature) in __feature_leaf() function
185 unsigned int x86_leaf = __feature_leaf(x86_feature); in x86_feature_cpuid()
H A Dcpuid.c733 u32 __leaf = __feature_leaf(X86_FEATURE_##name); \
803 BUILD_BUG_ON(__feature_leaf(X86_FEATURE_##name) != CPUID_1_EDX); \