Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/x86/
H A Dprocessor.h439 uint32_t max_leaf; in this_cpu_has_p() local
443 max_leaf = this_cpu_property(X86_PROPERTY_MAX_BASIC_LEAF); in this_cpu_has_p()
446 max_leaf = this_cpu_property(X86_PROPERTY_MAX_KVM_LEAF); in this_cpu_has_p()
449 max_leaf = this_cpu_property(X86_PROPERTY_MAX_EXT_LEAF); in this_cpu_has_p()
452 max_leaf = this_cpu_property(X86_PROPERTY_MAX_CENTAUR_LEAF); in this_cpu_has_p()
454 return max_leaf >= property.function; in this_cpu_has_p()