Searched refs:xfpu (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Delfcore.h110 static inline int elf_core_copy_task_xfpregs(struct task_struct *t, elf_fpxregset_t *xfpu) argument
112 return ELF_CORE_COPY_XFPREGS(t, xfpu);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Delfcore32.h121 elf_core_copy_task_xfpregs(struct task_struct *tsk, elf_fpxregset_t *xfpu) argument
123 struct ia32_user_fxsr_struct *fpxstate = (void*) xfpu;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dia32_binfmt.c190 elf_core_copy_task_xfpregs(struct task_struct *t, elf_fpxregset_t *xfpu) argument
197 memcpy(xfpu, &t->thread.i387.fxsave, sizeof(elf_fpxregset_t));
198 xfpu->fcs = regs->cs;
199 xfpu->fos = t->thread.ds; /* right? */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_elf.c1399 elf_fpxregset_t xfpu; /* NT_PRXFPREG */ member in struct:elf_thread_status
1433 if (elf_core_copy_task_xfpregs(p, &t->xfpu)) {
1434 fill_note(&t->notes[2], "LINUX", NT_PRXFPREG, sizeof(t->xfpu),
1435 &t->xfpu);
1497 elf_fpxregset_t *xfpu = NULL; local
1534 xfpu = kmalloc(sizeof(*xfpu), GFP_KERNEL);
1535 if (!xfpu)
1609 if (elf_core_copy_task_xfpregs(current, xfpu))
1611 "LINUX", NT_PRXFPREG, sizeof(*xfpu), xfp
[all...]
H A Dbinfmt_elf_fdpic.c1401 elf_fpxregset_t xfpu; /* NT_PRXFPREG */ member in struct:elf_thread_status
1436 if (elf_core_copy_task_xfpregs(p, &t->xfpu)) {
1437 fill_note(&t->notes[2], "LINUX", NT_PRXFPREG, sizeof(t->xfpu),
1438 &t->xfpu);
1557 elf_fpxregset_t *xfpu = NULL; local
1594 xfpu = kmalloc(sizeof(*xfpu), GFP_KERNEL);
1595 if (!xfpu)
1671 if (elf_core_copy_task_xfpregs(current, xfpu))
1673 "LINUX", NT_PRXFPREG, sizeof(*xfpu), xfp
[all...]

Completed in 81 milliseconds