Function report |
Source Code:arch\x86\kernel\fpu\init.c |
Create Date:2022-07-28 07:49:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:We parse fpu parameters early because fpu__init_system() is executed* before parse_early_param().
Proto:static void __init fpu__init_parse_early_param(void)
Type:void
Parameter:Nothing
250 | If cmdline_find_option_bool(boot_command_line, "no387") Then pr_err("Option 'no387' required CONFIG_MATH_EMULATION enabled.\n") |
257 | If cmdline_find_option_bool(boot_command_line, "nofxsr") Then setup_clear_cpu_cap(FXSAVE/FXRSTOR, CR4.OSFXSR ) |
261 | If cmdline_find_option_bool(boot_command_line, "noxsave") Then setup_clear_cpu_cap(XSAVE/XRSTOR/XSETBV/XGETBV instructions ) |
264 | If cmdline_find_option_bool(boot_command_line, "noxsaveopt") Then setup_clear_cpu_cap(XSAVEOPT instruction ) |
267 | If cmdline_find_option_bool(boot_command_line, "noxsaves") Then setup_clear_cpu_cap(XSAVES/XRSTORS instructions ) |
Name | Describe |
---|---|
fpu__init_system | Called on the boot CPU once per system bootup, to set up the initial* FPU state that is later cloned into all processes: |
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 |