Searched refs:elf_core_copy_fpregs (Results 1 – 2 of 2) sorted by relevance
204 extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);206 #define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)
404 int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_fpregs() function