Function report |
Source Code:arch\x86\kernel\fpu\core.c |
Create Date:2022-07-28 07:49:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fpstate_init
Proto:void fpstate_init(union fpregs_state *state)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
union fpregs_state * | state |
151 | If Not static_cpu_has(Onboard FPU ) Then |
152 | fpstate_init_soft( & soft) |
153 | Return |
158 | If static_cpu_has(XSAVES/XRSTORS instructions ) Then fpstate_init_xstate( & xsave) |
160 | If static_cpu_has(FXSAVE/FXRSTOR, CR4.OSFXSR ) Then fpstate_init_fxstate( & fxsave) |
162 | Else Legacy x87 fpstate state init: |
Name | Describe |
---|---|
fpu__initialize | Activate the current task's in-memory FPU context,* if it has not been used before: |
xstateregs_set | |
fpu__init_system_generic | Once per bootup FPU initialization sequences that will run on most x86 CPUs: |
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 |