Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/cpu/mce/
Dtherm_throt.c75 bool (*platform_thermal_package_rate_control)(void); variable
76 EXPORT_SYMBOL_GPL(platform_thermal_package_rate_control);
319 if (platform_thermal_package_rate_control && in notify_package_thresholds()
320 platform_thermal_package_rate_control()) { in notify_package_thresholds()
/Linux-v5.4/drivers/thermal/intel/
Dx86_pkg_temp_thermal.c508 platform_thermal_package_rate_control = pkg_thermal_rate_control; in pkg_temp_thermal_init()
523 platform_thermal_package_rate_control = NULL; in module_init()
/Linux-v5.4/arch/x86/include/asm/
Dmce.h268 extern bool (*platform_thermal_package_rate_control)(void);