Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mce\therm_throt.c Create Date:2022-07-28 08:04:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:notify_thresholds

Proto:static void notify_thresholds(__u64 msr_val)

Type:void

Parameter:

TypeParameterName
__u64msr_val
554  If Not platform_thermal_notify Then Return
558  If msr_val & THERM_LOG_THRESHOLD0 && thresh_event_valid(CORE_LEVEL, 0) Then platform_thermal_notify(msr_val)
562  If msr_val & THERM_LOG_THRESHOLD1 && thresh_event_valid(CORE_LEVEL, 1) Then platform_thermal_notify(msr_val)
Caller
NameDescribe
intel_thermal_interruptThermal transition interrupt handler