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

Name:srao_decode_notifier

Proto:static int srao_decode_notifier(struct notifier_block *nb, unsigned long val, void *data)

Type:int

Parameter:

TypeParameterName
struct notifier_block *nb
unsigned longval
void *data
600  mce = data
603  If Not mce Then Return Don't care
606  If 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) && Error severity == MCE_AO_SEVERITY Then
607  pfn = Bank's MCi_ADDR MSR >> PAGE_SHIFT determines the page size
608  If Not memory_failure(pfn, 0) Then set_mce_nospec(pfn)
612  Return Suits me