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

Name:mce_default_notifier

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

Type:int

Parameter:

TypeParameterName
struct notifier_block *nb
unsigned longval
void *data
622  m = data
624  If Not m Then Return Don't care
627  If atomic_read( & num_notifiers) > We run the default notifier if we have only the SRAO, the first and the* default notifier registered. I.e., the mandatory NUM_DEFAULT_NOTIFIERS* notifiers registered on the chain. Then Return Don't care
630  __print_mce(m)
632  Return Don't care