Function report |
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 activity | Download SCCT | Chinese |
Name:show_error_count
Proto:static ssize_t show_error_count(struct threshold_block *b, char *buf)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
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.))) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |