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:Called on the boot CPU once per system bootup, to set up the initial* FPU state that is later cloned into all processes:
Proto:void __init fpu__init_system(struct cpuinfo_x86 *c)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cpuinfo_x86 * | c |
284 | We parse fpu parameters early because fpu__init_system() is executed* before parse_early_param(). |
Name | Describe |
---|---|
early_identify_cpu | Do minimum CPU detection early.* Fields really needed: vendor, cpuid_level, family, model, mask,* cache alignment.* The others are not touched to avoid unwanted side effects.* WARNING: this function is only called on the boot CPU. Don't add code |
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 |