Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Dcpuid.h164 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_clear()
171 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_set()
178 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_get()
206 unsigned int x86_leaf = __feature_leaf(x86_feature); in guest_cpu_cap_set()
214 unsigned int x86_leaf = __feature_leaf(x86_feature); in guest_cpu_cap_clear()
232 unsigned int x86_leaf = __feature_leaf(x86_feature); in guest_cpu_cap_has()
H A Dreverse_cpuid.h129 static __always_inline u32 __feature_leaf(int x86_feature) in __feature_leaf() function
155 unsigned int x86_leaf = __feature_leaf(x86_feature); in x86_feature_cpuid()
H A Dcpuid.c719 u32 __leaf = __feature_leaf(X86_FEATURE_##name); \
786 BUILD_BUG_ON(__feature_leaf(X86_FEATURE_##name) != CPUID_1_EDX); \