Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h752 u32 max_leaf; in this_cpu_has_p() local
756 max_leaf = this_cpu_property(X86_PROPERTY_MAX_BASIC_LEAF); in this_cpu_has_p()
759 max_leaf = this_cpu_property(X86_PROPERTY_MAX_KVM_LEAF); in this_cpu_has_p()
762 max_leaf = this_cpu_property(X86_PROPERTY_MAX_EXT_LEAF); in this_cpu_has_p()
765 max_leaf = this_cpu_property(X86_PROPERTY_MAX_CENTAUR_LEAF); in this_cpu_has_p()
767 return max_leaf >= property.function; in this_cpu_has_p()
992 u32 max_leaf; in kvm_cpu_has_p() local
996 max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_BASIC_LEAF); in kvm_cpu_has_p()
999 max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_KVM_LEAF); in kvm_cpu_has_p()
1002 max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_EXT_LEAF); in kvm_cpu_has_p()
[all …]