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

Name:show_error_count

Proto:static ssize_t show_error_count(struct threshold_block *b, char *buf)

Type:ssize_t

Parameter:

TypeParameterName
struct threshold_block *b
char *buf
1105  rdmsr_on_cpu( CPU which controls MCA bank , MSR address for the block , & lo, & hi)
1107  Return sprintf(buf, "%u\n", ((hi & THRESHOLD_MAX) - (THRESHOLD_MAX - * Value upon which threshold * interrupt is generated.)))