Function report |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-28 08:00:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:The Monarch's reign
Proto:static void mce_reign(void)
Type:void
Parameter:Nothing
899 | global_worst = 0 |
900 | char * msg = NULL |
901 | char * nmsg = NULL |
908 | for_each_possible_cpu(cpu) |
912 | If severity > global_worst Then |
924 | If m && global_worst >= MCE_PANIC_SEVERITY && tolerant < 3 Then mce_panic("Fatal machine check", m, msg) |
937 | If global_worst <= MCE_KEEP_SEVERITY && tolerant < 3 Then mce_panic("Fatal machine check from unknown source", NULL, NULL) |
944 | for_each_possible_cpu(cpu) |
Name | Describe |
---|---|
mce_end | Synchronize between CPUs after main scanning loop.* This invokes the bulk of the Monarch processing. |
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 |