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

/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dtherm_throt.c67 int (*platform_thermal_package_notify)(__u64 msr_val); variable
68 EXPORT_SYMBOL_GPL(platform_thermal_package_notify); variable
337 if (!platform_thermal_package_notify) notify_package_thresholds()
353 platform_thermal_package_notify(msr_val); notify_package_thresholds()
359 platform_thermal_package_notify(msr_val); notify_package_thresholds()
362 platform_thermal_package_notify(msr_val); notify_package_thresholds()
/linux-4.1.27/drivers/thermal/
H A Dx86_pkg_temp_thermal.c588 platform_thermal_package_notify = pkg_temp_thermal_init()
609 platform_thermal_package_notify = NULL; pkg_temp_thermal_init()
634 platform_thermal_package_notify = NULL; pkg_temp_thermal_exit()
/linux-4.1.27/arch/x86/include/asm/
H A Dmce.h238 extern int (*platform_thermal_package_notify)(__u64 msr_val);

Completed in 151 milliseconds