Searched refs:max_leaf (Results 1 – 1 of 1) sorted by relevance
752 u32 max_leaf; in this_cpu_has_p() local756 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() local996 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 …]