Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mcheck/
Dtherm_throt.c67 int (*platform_thermal_package_notify)(__u64 msr_val); variable
68 EXPORT_SYMBOL_GPL(platform_thermal_package_notify);
337 if (!platform_thermal_package_notify) in notify_package_thresholds()
353 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
359 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
362 platform_thermal_package_notify(msr_val); in notify_package_thresholds()
/arch/x86/include/asm/
Dmce.h270 extern int (*platform_thermal_package_notify)(__u64 msr_val);