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

Name:print_mce

Proto:static void print_mce(struct mce *m)

Type:void

Parameter:

TypeParameterName
struct mce *m
286  __print_mce(m)
288  If Kernel's X86_VENDOR enum != X86_VENDOR_AMD && Kernel's X86_VENDOR enum != X86_VENDOR_HYGON Then pr_emerg_ratelimited( Add this to a message for hardware errors, so that user can report it to hardware vendor instead of LKML or software vendor."Run the above through 'mcelog --ascii'\n")
Caller
NameDescribe
mce_panic