Searched refs:max_leaf (Results 1 – 1 of 1) sorted by relevance
680 uint32_t max_leaf; in this_cpu_has_p() local684 max_leaf = this_cpu_property(X86_PROPERTY_MAX_BASIC_LEAF); in this_cpu_has_p()687 max_leaf = this_cpu_property(X86_PROPERTY_MAX_KVM_LEAF); in this_cpu_has_p()690 max_leaf = this_cpu_property(X86_PROPERTY_MAX_EXT_LEAF); in this_cpu_has_p()693 max_leaf = this_cpu_property(X86_PROPERTY_MAX_CENTAUR_LEAF); in this_cpu_has_p()695 return max_leaf >= property.function; in this_cpu_has_p()899 uint32_t max_leaf; in kvm_cpu_has_p() local903 max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_BASIC_LEAF); in kvm_cpu_has_p()906 max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_KVM_LEAF); in kvm_cpu_has_p()909 max_leaf = kvm_cpu_property(X86_PROPERTY_MAX_EXT_LEAF); in kvm_cpu_has_p()[all …]