Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dcpuid.h181 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_clear() local
183 reverse_cpuid_check(x86_leaf); in kvm_cpu_cap_clear()
184 kvm_cpu_caps[x86_leaf] &= ~__feature_bit(x86_feature); in kvm_cpu_cap_clear()
189 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_set() local
191 reverse_cpuid_check(x86_leaf); in kvm_cpu_cap_set()
192 kvm_cpu_caps[x86_leaf] |= __feature_bit(x86_feature); in kvm_cpu_cap_set()
197 unsigned int x86_leaf = __feature_leaf(x86_feature); in kvm_cpu_cap_get() local
199 reverse_cpuid_check(x86_leaf); in kvm_cpu_cap_get()
200 return kvm_cpu_caps[x86_leaf] & __feature_bit(x86_feature); in kvm_cpu_cap_get()