Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dtherm_throt.c341 if (msr_val & THERM_LOG_THRESHOLD0) in notify_package_thresholds()
374 if ((msr_val & THERM_LOG_THRESHOLD0) && in notify_thresholds()
/linux-4.1.27/drivers/thermal/
Dx86_pkg_temp_thermal.c339 if (msr_val & THERM_LOG_THRESHOLD0) { in pkg_temp_thermal_threshold_work_fn()
341 msr_val & ~THERM_LOG_THRESHOLD0); in pkg_temp_thermal_threshold_work_fn()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dmsr-index.h459 #define THERM_LOG_THRESHOLD0 (1 << 7) macro