Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:We have three scenarios for checking for Deferred errors:* 1) Non-SMCA systems check MCA_STATUS and log error if found

Proto:static void log_error_deferred(unsigned int bank)

Type:void

Parameter:

TypeParameterName
unsigned intbank
953  defrd = Returns true if the logged error is deferred. False, otherwise.
956  If Not * Indicates that overflow conditions are not fatal, when set. Then Return
960  If defrd Then
961  wrmsrl(MSR_AMD64_SMCA_MCx_DESTAT(bank), 0)
962  Return
969  Returns true if the logged error is deferred. False, otherwise.
Caller
NameDescribe
amd_deferred_error_interrupt