Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dtherm_throt.c71 bool (*platform_thermal_package_rate_control)(void); variable
72 EXPORT_SYMBOL_GPL(platform_thermal_package_rate_control);
315 if (platform_thermal_package_rate_control && in notify_package_thresholds()
316 platform_thermal_package_rate_control()) { in notify_package_thresholds()
/Linux-v4.19/drivers/thermal/
Dx86_pkg_temp_thermal.c533 platform_thermal_package_rate_control = pkg_thermal_rate_control; in pkg_temp_thermal_init()
548 platform_thermal_package_rate_control = NULL; in module_init()
/Linux-v4.19/arch/x86/include/asm/
Dmce.h270 extern bool (*platform_thermal_package_rate_control)(void);