Home
last modified time | relevance | path

Searched refs:elf_core_copy_task_fpregs (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/csky/kernel/
H A Dprocess.c73 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_task_fpregs() function
/openbmc/linux/include/linux/
H A Delfcore.h97 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu);
/openbmc/linux/arch/microblaze/kernel/
H A Dprocess.c136 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_task_fpregs() function
/openbmc/linux/arch/m68k/kernel/
H A Dprocess.c217 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_task_fpregs() function
/openbmc/linux/arch/alpha/kernel/
H A Dprocess.c339 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_task_fpregs() function
/openbmc/linux/arch/um/kernel/
H A Dprocess.c396 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_task_fpregs() function
/openbmc/linux/fs/
H A Dbinfmt_elf.c1843 if (!fpu || !elf_core_copy_task_fpregs(p, fpu)) { in fill_thread_core_info()