Searched refs:X86_FEATURE_HLE (Results 1 – 3 of 3) sorted by relevance
303 (boot_cpu_has(X86_FEATURE_HLE) || boot_cpu_has(X86_FEATURE_RTM)) && in intel_pmu_refresh()304 (entry->ebx & (X86_FEATURE_HLE|X86_FEATURE_RTM))) in intel_pmu_refresh()
226 #define X86_FEATURE_HLE ( 9*32+ 4) /* Hardware Lock Elision */ macro
2646 if (!boot_cpu_has(X86_FEATURE_RTM) && !boot_cpu_has(X86_FEATURE_HLE)) in hsw_hw_config()