Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/cpu/mce/
Dtherm_throt.c70 int (*platform_thermal_package_notify)(__u64 msr_val); variable
71 EXPORT_SYMBOL_GPL(platform_thermal_package_notify);
306 if (!platform_thermal_package_notify) in notify_package_thresholds()
322 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
328 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
331 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
/Linux-v5.4/drivers/thermal/intel/
Dx86_pkg_temp_thermal.c507 platform_thermal_package_notify = pkg_thermal_notify; in pkg_temp_thermal_init()
522 platform_thermal_package_notify = NULL; in module_init()
/Linux-v5.4/arch/x86/include/asm/
Dmce.h264 extern int (*platform_thermal_package_notify)(__u64 msr_val);