Function report |
Source Code:arch\x86\kernel\fpu\core.c |
Create Date:2022-07-28 07:49:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fpu__copy
Proto:int fpu__copy(struct task_struct *dst, struct task_struct *src)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | dst | |
struct task_struct * | src |
174 | If Not static_cpu_has(Onboard FPU ) Then Return 0 |
177 | WARN_ON_FPU(src_fpu != & fpu) |
200 | fpregs_unlock() |
202 | Set thread flags in other task's structures.* See asm/thread_info.h for TIF_xxxx flags available: |
207 | Return 0 |
Name | Describe |
---|---|
arch_dup_task_struct | his gets called so that we can store lazy state into memory and copy the* current task into the new thread. |
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 |