Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
Dcpuid.h77 static __always_inline void reverse_cpuid_check(unsigned int x86_leaf) in reverse_cpuid_check()
103 unsigned int x86_leaf = x86_feature / 32; in x86_feature_cpuid() local
295 unsigned int x86_leaf = x86_feature / 32; in kvm_cpu_cap_clear() local
303 unsigned int x86_leaf = x86_feature / 32; in kvm_cpu_cap_set() local
311 unsigned int x86_leaf = x86_feature / 32; in kvm_cpu_cap_get() local
/kernel/linux/linux-6.6/arch/x86/kvm/
Dcpuid.h193 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_clear() local
201 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_set() local
209 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_get() local
Dreverse_cpuid.h93 static __always_inline void reverse_cpuid_check(unsigned int x86_leaf) in reverse_cpuid_check()
146 unsigned int x86_leaf = __feature_leaf(x86_feature); in x86_feature_cpuid() local