Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dreverse_cpuid.h103 static __always_inline void reverse_cpuid_check(unsigned int x86_leaf) in reverse_cpuid_check() function
152 reverse_cpuid_check(x86_feature / 32); in __feature_bit()
162 reverse_cpuid_check(x86_leaf); in x86_feature_cpuid()
H A Dcpuid.h201 reverse_cpuid_check(x86_leaf); in kvm_cpu_cap_clear()
209 reverse_cpuid_check(x86_leaf); in kvm_cpu_cap_set()
217 reverse_cpuid_check(x86_leaf); in kvm_cpu_cap_get()
H A Dcpuid.c566 reverse_cpuid_check(leaf); in __kvm_cpu_cap_mask()