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

Name:cec_add_mce

Proto:static bool cec_add_mce(struct mce *m)

Type:bool

Parameter:

TypeParameterName
struct mce *m
558  If Not m Then Return false
562  If mce_is_memory_error(m) && mce_is_correctable(m) && Check if the address reported by the CPU is in a format we can parse.* It would be possible to add code for most other cases, but all would* be somewhat complicated (e.g. segment offset would require an instruction* parser) Then If Not cec_add_elem(Bank's MCi_ADDR MSR >> PAGE_SHIFT determines the page size ) Then
566  Return true
568  Return false
Caller
NameDescribe
mce_first_notifier