Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/cpu/mce/
Dtherm_throt.c66 int (*platform_thermal_notify)(__u64 msr_val); variable
67 EXPORT_SYMBOL(platform_thermal_notify);
339 if (!platform_thermal_notify) in notify_thresholds()
345 platform_thermal_notify(msr_val); in notify_thresholds()
349 platform_thermal_notify(msr_val); in notify_thresholds()
/Linux-v5.4/arch/x86/include/asm/
Dmce.h261 extern int (*platform_thermal_notify)(__u64 msr_val);