Function report |
Source Code:arch\x86\kernel\cpu\mce\intel.c |
Create Date:2022-07-28 08:02:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lmce_supported
Proto:static bool lmce_supported(void)
Type:bool
Parameter:Nothing
103 | If lmce_disabled Then Return false |
106 | rdmsrl(MSR_IA32_MCG_CAP, tmp) |
112 | If (tmp & (MCA recovery/new status bits | Local machine check supported )) != (MCA recovery/new status bits | Local machine check supported ) Then Return false |
122 | If (tmp & (FEATURE_CONTROL_LOCKED | FEATURE_CONTROL_LMCE)) == (FEATURE_CONTROL_LOCKED | FEATURE_CONTROL_LMCE) Then Return true |
126 | Return false |
Name | Describe |
---|---|
intel_init_lmce | |
intel_clear_lmce |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |