platform_thermal_package_notify 264 arch/x86/include/asm/mce.h extern int (*platform_thermal_package_notify)(__u64 msr_val); platform_thermal_package_notify 70 arch/x86/kernel/cpu/mce/therm_throt.c int (*platform_thermal_package_notify)(__u64 msr_val); platform_thermal_package_notify 71 arch/x86/kernel/cpu/mce/therm_throt.c EXPORT_SYMBOL_GPL(platform_thermal_package_notify); platform_thermal_package_notify 306 arch/x86/kernel/cpu/mce/therm_throt.c if (!platform_thermal_package_notify) platform_thermal_package_notify 322 arch/x86/kernel/cpu/mce/therm_throt.c platform_thermal_package_notify(msr_val); platform_thermal_package_notify 328 arch/x86/kernel/cpu/mce/therm_throt.c platform_thermal_package_notify(msr_val); platform_thermal_package_notify 331 arch/x86/kernel/cpu/mce/therm_throt.c platform_thermal_package_notify(msr_val); platform_thermal_package_notify 507 drivers/thermal/intel/x86_pkg_temp_thermal.c platform_thermal_package_notify = pkg_thermal_notify; platform_thermal_package_notify 522 drivers/thermal/intel/x86_pkg_temp_thermal.c platform_thermal_package_notify = NULL;