Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dtherm_throt.c66 int (*platform_thermal_package_notify)(__u64 msr_val); variable
67 EXPORT_SYMBOL_GPL(platform_thermal_package_notify);
302 if (!platform_thermal_package_notify) in notify_package_thresholds()
318 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
324 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
327 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
/Linux-v4.19/drivers/thermal/
Dx86_pkg_temp_thermal.c532 platform_thermal_package_notify = pkg_thermal_notify; in pkg_temp_thermal_init()
547 platform_thermal_package_notify = NULL; in module_init()
/Linux-v4.19/arch/x86/include/asm/
Dmce.h266 extern int (*platform_thermal_package_notify)(__u64 msr_val);