Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/cpu/mcheck/
Dtherm_throt.c61 int (*platform_thermal_notify)(__u64 msr_val); variable
62 EXPORT_SYMBOL(platform_thermal_notify);
343 if (!platform_thermal_notify) in notify_thresholds()
348 platform_thermal_notify(msr_val); in notify_thresholds()
351 platform_thermal_notify(msr_val); in notify_thresholds()
/linux-2.6.39/arch/x86/include/asm/
Dmce.h227 extern int (*platform_thermal_notify)(__u64 msr_val);