Home
last modified time | relevance | path

Searched refs:elf_core_copy_fpregs (Results 1 – 3 of 3) sorted by relevance

/arch/um/sys-x86_64/asm/
Delf.h98 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)
/arch/um/sys-i386/asm/
Delf.h79 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)
/arch/um/kernel/
Dprocess.c447 int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_fpregs() function