Function report |
Source Code:arch\x86\kernel\fpu\init.c |
Create Date:2022-07-28 07:49:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:We append the 'struct fpu' to the task_struct:
Proto:static void __init fpu__init_task_struct_size(void)
Type:void
Parameter:Nothing
160 | task_size = sizeof(structtask_struct) |
181 | Enforce that 'MEMBER' is the last field of 'TYPE'.* Align the computed size with alignment of the TYPE,* because that's how C aligns structs.(structfpu, XZ decoder state ) |
182 | Enforce that 'MEMBER' is the last field of 'TYPE'.* Align the computed size with alignment of the TYPE,* because that's how C aligns structs.(structthread_struct, fpu) |
183 | Enforce that 'MEMBER' is the last field of 'TYPE'.* Align the computed size with alignment of the TYPE,* because that's how C aligns structs.(structtask_struct, thread) |
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 |