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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/asm/
H A Delf.h80 extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);
82 #define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/asm/
H A Delf.h100 extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);
102 #define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dprocess.c452 int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu) function

Completed in 168 milliseconds