Searched refs:elf_core_copy_task_fpregs (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
D | elfcore.h | 42 static inline int elf_core_copy_task_fpregs(struct task_struct *t, struct pt_regs *regs, elf_fpregs… in elf_core_copy_task_fpregs() function
|
/linux-4.1.27/fs/ |
D | binfmt_elf_fdpic.c | 1439 t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, &t->fpu); in elf_dump_thread_status() 1653 elf_core_copy_task_fpregs(current, cprm->regs, fpu))) in elf_fdpic_core_dump()
|
D | binfmt_elf.c | 1874 if ((t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, in elf_dump_thread_status() 1991 info->prstatus->pr_fpvalid = elf_core_copy_task_fpregs(current, regs, in fill_note_info()
|