Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dtherm_throt.c344 if (msr_val & THERM_LOG_THRESHOLD1) in notify_package_thresholds()
378 if ((msr_val & THERM_LOG_THRESHOLD1) && in notify_thresholds()
/linux-4.4.14/drivers/thermal/
Dx86_pkg_temp_thermal.c344 if (msr_val & THERM_LOG_THRESHOLD1) { in pkg_temp_thermal_threshold_work_fn()
346 msr_val & ~THERM_LOG_THRESHOLD1); in pkg_temp_thermal_threshold_work_fn()
/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h486 #define THERM_LOG_THRESHOLD1 (1 << 9) macro