Searched refs:elf_core_copy_fpregs (Results 1 – 3 of 3) sorted by relevance
98 extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);100 #define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)
79 extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);81 #define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)
447 int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_fpregs() function