Function report |
Source Code:arch\x86\kernel\cpu\bugs.c |
Create Date:2022-07-28 07:56:20 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ssb_parse_cmdline
Proto:static enum ssb_mitigation_cmd __init ssb_parse_cmdline(void)
Type:enum ssb_mitigation_cmd
Parameter:Nothing
| 993 | If cmdline_find_option_bool(boot_command_line, "nospec_store_bypass_disable") || cpu_mitigations_off() Then |
| 995 | Return SPEC_STORE_BYPASS_CMD_NONE |
| 996 | Else |
| 997 | ret = cmdline_find_option(boot_command_line, "spec_store_bypass_disable", arg, size of arg ) |
| 999 | If ret < 0 Then Return SPEC_STORE_BYPASS_CMD_AUTO |
| 1012 | Return SPEC_STORE_BYPASS_CMD_AUTO |
| 1016 | Return cmd |
| Name | Describe |
|---|---|
| __ssb_select_mitigation |
| 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 |