Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\fpu\regset.c Create Date:2022-07-28 07:49:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:FPU state for core dumps.* This is only used for a.out dumps now.* It is declared generically using elf_fpregset_t (which is* struct user_i387_struct) but is in fact only used for 32-bit* dumps, so on 64-bit it is really struct user_i387_ia32_struct.

Proto:int dump_fpu(struct pt_regs *regs, struct user_i387_struct *ufpu)

Type:int

Parameter:

TypeParameterName
struct pt_regs *regs
struct user_i387_struct *ufpu
368  tsk = current process
370  Return Not fpregs_get(tsk, NULL, 0, sizeof(structuser_i387_ia32_struct), ufpu, NULL)