Searched refs:max_leaf (Results 1 – 1 of 1) sorted by relevance
746 uint32_t max_leaf; in this_cpu_has_p() local750 max_leaf = this_cpu_property(X86_PROPERTY_MAX_BASIC_LEAF); in this_cpu_has_p()753 max_leaf = this_cpu_property(X86_PROPERTY_MAX_KVM_LEAF); in this_cpu_has_p()756 max_leaf = this_cpu_property(X86_PROPERTY_MAX_EXT_LEAF); in this_cpu_has_p()759 max_leaf = this_cpu_property(X86_PROPERTY_MAX_CENTAUR_LEAF); in this_cpu_has_p()761 return max_leaf >= property.function; in this_cpu_has_p()986 uint32_t max_leaf; in kvm_cpu_has_p() local990 max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_BASIC_LEAF); in kvm_cpu_has_p()993 max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_KVM_LEAF); in kvm_cpu_has_p()996 max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_EXT_LEAF); in kvm_cpu_has_p()[all …]