Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mce\intel.c Create Date:2022-07-28 08:02:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:intel_clear_lmce

Proto:void intel_clear_lmce(void)

Type:void

Parameter:Nothing

464  If Not lmce_supported() Then Return
467  rdmsrl(MSR_IA32_MCG_EXT_CTL, val)
468  val &= ~Enable LMCE
469  wrmsrl(MSR_IA32_MCG_EXT_CTL, val)
Caller
NameDescribe
mce_intel_feature_clear