函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mce\intel.c Create Date:2022-07-27 09:02:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:lmce_supported

函数原型:static bool lmce_supported(void)

返回类型:bool

参数:

103  如果lmce_disabled则返回:false
106  rdmsrl(MSR_IA32_MCG_CAP, tmp)
112  如果tmp按位与MCA recovery/new status bits 按位或Local machine check supported 的值的值不等于MCA recovery/new status bits 按位或Local machine check supported 的值则返回:false
121  rdmsrl(MSR_IA32_FEATURE_CONTROL, tmp)
122  如果tmp按位与FEATURE_CONTROL_LOCKED按位或FEATURE_CONTROL_LMCE的值的值恒等于FEATURE_CONTROL_LOCKED按位或FEATURE_CONTROL_LMCE的值则返回:true
126  返回:false
调用者
名称描述
intel_init_lmce
intel_clear_lmce