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:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Thermal monitoring depends on APIC, ACPI and clock modulation

Proto:static int intel_thermal_supported(struct cpuinfo_x86 *c)

Type:int

Parameter:

TypeParameterName
struct cpuinfo_x86 *c
625  If Not boot_cpu_has(Onboard APIC ) Then Return 0
627  If Not cpu_has(c, ACPI via MSR ) || Not cpu_has(c, "tm" Automatic clock control ) Then Return 0
629  Return 1
Caller
NameDescribe
mcheck_intel_therm_init
intel_init_thermal