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_init_lmce

Proto:void intel_init_lmce(void)

Type:void

Parameter:Nothing

451  If Not lmce_supported() Then Return
454  rdmsrl(MSR_IA32_MCG_EXT_CTL, val)
456  If Not (val & Enable LMCE ) Then wrmsrl(MSR_IA32_MCG_EXT_CTL, val | Enable LMCE )
Caller
NameDescribe
mce_intel_feature_init