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

Name:Read ADDR and MISC registers.

Proto:static void mce_read_aux(struct mce *m, int i)

Type:void

Parameter:

TypeParameterName
struct mce *m
inti
646  If Bank's MCi_STATUS MSR & misc error reg. valid Then Bank's MCi_MISC MSR = MSR access wrappers used for error injection
649  If Bank's MCi_STATUS MSR & addr reg. valid Then
650  Bank's MCi_ADDR MSR = MSR access wrappers used for error injection
666  lsb = Bank's MCi_ADDR MSR >> 56 & 0x3f
672  If * Indicates that overflow conditions are not fatal, when set. Then
673  MCA_IPID MSR: only valid on SMCA systems = MSR access wrappers used for error injection
675  If Bank's MCi_STATUS MSR & synd reg. valid Then MCA_SYND MSR: only valid on SMCA systems = MSR access wrappers used for error injection
Caller
NameDescribe
machine_check_pollPoll for corrected events or events that happened before reset.* Those are just logged through /dev/mcelog.* This is executed in standard interrupt context.* Note: spec recommends to panic for fatal unsignalled* errors here
mce_no_way_outDo a quick check if any of the events requires a panic.* This decides if we keep the events around or clear them.
__mc_scan_banks