Function report |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-28 08:00:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mce_is_correctable
Proto:bool mce_is_correctable(struct mce *m)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct mce * | m |
543 | If Kernel's X86_VENDOR enum == X86_VENDOR_AMD && Bank's MCi_STATUS MSR & uncorrected error, deferred exception Then Return false |
546 | If Kernel's X86_VENDOR enum == X86_VENDOR_HYGON && Bank's MCi_STATUS MSR & uncorrected error, deferred exception Then Return false |
549 | If Bank's MCi_STATUS MSR & uncorrected error Then Return false |
552 | Return true |
Name | Describe |
---|---|
cec_add_mce |
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 |