Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:We consider records to be equivalent if bank+status+addr+misc all match.* This is only used when the system is going down because of a fatal error* to avoid cluttering the console log with essentially repeated information.

Proto:static inline bool mce_cmp(struct mce *m1, struct mce *m2)

Type:bool

Parameter:

TypeParameterName
struct mce *m1
struct mce *m2
97  Return Machine check bank reporting the error != Machine check bank reporting the error || Bank's MCi_STATUS MSR != Bank's MCi_STATUS MSR || Bank's MCi_ADDR MSR != Bank's MCi_ADDR MSR || Bank's MCi_MISC MSR != Bank's MCi_MISC MSR
Caller
NameDescribe
mce_panic
is_duplicate_mce_recordCompare the record "t" with each of the records on list "l" to see if* an equivalent one is present in the list.