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

Name:store_interrupt_enable

Proto:static ssize_t store_interrupt_enable(struct threshold_block *b, const char *buf, size_t size)

Type:ssize_t

Parameter:

TypeParameterName
struct threshold_block *b
const char *buf
size_tsize
1061  If Not Bank can generate an interrupt. Then Return -EINVAL
1064  If kstrtoul - convert a string to an unsigned long*@s: The start of the string. The string must be null-terminated, and may also* include a single newline before its terminating null. The first character* may also be a plus sign, but not a minus sign. < 0 Then Return -EINVAL
1067  Enable/Disable APIC interrupt = Not Not new
1069  memset( & tr, 0, size of tr )
1070  b = b
1072  smp_call_function_single( CPU which controls MCA bank , Reprogram MCx_MISC MSR behind this threshold bank. , & tr, 1)
1074  Return size