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

Name:mce_register_decode_chain

Proto:void mce_register_decode_chain(struct notifier_block *nb)

Type:void

Parameter:

TypeParameterName
struct notifier_block *nb
180  If WARN_ON(priority > MCE_PRIO_MCELOG && priority < MCE_PRIO_EDAC) Then Return
183  atomic_inc( & num_notifiers)
185  blocking_notifier_chain_register( & CPU/chipset specific EDAC code can register a notifier call here to print* MCE errors in a human-readable form., nb)
Caller
NameDescribe
mcheck_init