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

Name:__mcheck_cpu_ancient_init

Proto:static int __mcheck_cpu_ancient_init(struct cpuinfo_x86 *c)

Type:int

Parameter:

TypeParameterName
struct cpuinfo_x86 *c
1734  If CPU family != 5 Then Return 0
1738  Case CPU vendor == X86_VENDOR_INTEL
1739  intel_p5_mcheck_init(c)
1740  Return 1
1741  Break
1742  Case CPU vendor == X86_VENDOR_CENTAUR
1743  winchip_mcheck_init(c)
1744  Return 1
1745  Break
1746  Default
1747  Return 0
1750  Return 0
Caller
NameDescribe
mcheck_cpu_initCalled for each booted CPU to set up machine checks.* Must be called with preempt off: