函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mce\core.c Create Date:2022-07-27 09:01:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:cec_add_mce

函数原型:static bool cec_add_mce(struct mce *m)

返回类型:bool

参数:

类型参数名称
struct mce *m
558  如果非m则返回:false
562  如果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)则如果非cec_add_elem(Bank's MCi_ADDR MSR >> PAGE_SHIFT determines the page size )则
566  返回:true
568  返回:false
调用者
名称描述
mce_first_notifier