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

Name:log_and_reset_block

Proto:static void log_and_reset_block(struct threshold_block *block)

Type:void

Parameter:

TypeParameterName
struct threshold_block *block
990  low = 0 , high = 0
992  If Not block Then Return
995  If dmsr with exception handling ( MSR address for the block , & low, & high) Then Return
998  If Not (high & MASK_OVERFLOW_HI) Then Return
1002  log_error_thresholding( MCA bank the block belongs to , ((u64)high << 32) | low)
1005  memset( & tr, 0, size of tr )
1006  b = block
1007  Reprogram MCx_MISC MSR behind this threshold bank.
Caller
NameDescribe
amd_threshold_interrupt