Searched refs:fpqueue (Results 1 - 8 of 8) sorted by relevance

/arch/sparc/include/asm/
H A Dswitch_to_32.h21 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \
103 void *fpqueue, unsigned long *fpqdepth);
H A Dprocessor_32.h64 struct fpq fpqueue[16]; member in struct:thread_struct
/arch/sparc/kernel/
H A Dsigutil_32.c21 &current->thread.fpqueue[0], &current->thread.fpqdepth);
29 &current->thread.fpqueue[0], &current->thread.fpqdepth);
41 &current->thread.fpqueue[0],
71 err |= __copy_from_user(&current->thread.fpqueue[0],
H A Dprocess_32.c350 &current->thread.fpqueue[0], &current->thread.fpqdepth);
371 &current->thread.fpqueue[0], &current->thread.fpqdepth);
476 &p->thread.fpqueue[0], &p->thread.fpqdepth);
586 &current->thread.fpqueue[0], &current->thread.fpqdepth);
596 &current->thread.fpqueue[0], &current->thread.fpqdepth);
612 &current->thread.fpqueue[0],
H A Dtraps_32.c198 &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth);
253 &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth);
H A Dentry.h41 void *fpqueue, unsigned long *fpqdepth);
H A Dsignal_32.c35 void *fpqueue, unsigned long *fpqdepth);
/arch/sparc/math-emu/
H A Dmath_32.c173 printk("%d: %08lx at %08lx\n", i, fpt->thread.fpqueue[i].insn,
174 (unsigned long)fpt->thread.fpqueue[i].insn_addr);
194 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs);

Completed in 141 milliseconds