Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Init basic CPU features needed for early decoding of MCEs.

Proto:static void __mcheck_cpu_init_early(struct cpuinfo_x86 *c)

Type:void

Parameter:

TypeParameterName
struct cpuinfo_x86 *c
1758  If CPU vendor == X86_VENDOR_AMD || CPU vendor == X86_VENDOR_HYGON Then
1759  * Indicates that overflow conditions are not fatal, when set. = Not Not cpu_has(c, MCA overflow recovery support )
1760  * Indicates that overflow conditions are not fatal, when set. = Not Not cpu_has(c, Uncorrectable error containment and recovery )
1761  * Indicates that overflow conditions are not fatal, when set. = Not Not cpu_has(c, Scalable MCA )
1764  ctl = smca_ctl_reg
1766  addr = smca_addr_reg
1767  misc = smca_misc_reg
Caller
NameDescribe
mcheck_cpu_initCalled for each booted CPU to set up machine checks.* Must be called with preempt off: