Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dtherm_throt.c72 bool (*platform_thermal_package_rate_control)(void); variable
73 EXPORT_SYMBOL_GPL(platform_thermal_package_rate_control);
350 if (platform_thermal_package_rate_control && in notify_package_thresholds()
351 platform_thermal_package_rate_control()) { in notify_package_thresholds()
/linux-4.4.14/drivers/thermal/
Dx86_pkg_temp_thermal.c590 platform_thermal_package_rate_control = in pkg_temp_thermal_init()
610 platform_thermal_package_rate_control = NULL; in pkg_temp_thermal_init()
635 platform_thermal_package_rate_control = NULL; in pkg_temp_thermal_exit()
/linux-4.4.14/arch/x86/include/asm/
Dmce.h274 extern bool (*platform_thermal_package_rate_control)(void);