Function report | 
Source Code:arch\x86\kernel\cpu\mce\core.c | 
Create Date:2022-07-28 08:01:02 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:mce=off Disables machine check* mce=no_cmci Disables CMCI* mce=no_lmce Disables LMCE* mce=dont_log_ce Clears corrected events silently, no log created for CEs
Proto:static int __init mcheck_enable(char *str)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| char * | str | 
| 2007 | If str == 0 Then | 
| 2008 | enable_p5_mce() | 
| 2009 | Return 1 | 
| 2015 | Else if Not strcmp(str, "no_cmci") Then cmci_disabled = true | 
| 2017 | Else if Not strcmp(str, "no_lmce") Then lmce_disabled = 1 | 
| 2019 | Else if Not strcmp(str, "dont_log_ce") Then dont_log_ce = true | 
| 2023 | Else if Not strcmp(str, "bootlog") || Not strcmp(str, "nobootlog") Then bootlog = str[0] == 'b' | 
| 2025 | Else if Not strcmp(str, "bios_cmci_threshold") Then bios_cmci_threshold = 1 | 
| 2032 | Else | 
| 2036 | Return 1 | 
| 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  |