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

/linux-master/arch/sparc/include/asm/
H A Dswitch_to_32.h22 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \
104 void *fpqueue, unsigned long *fpqdepth);
H A Dprocessor_32.h48 struct fpq fpqueue[16]; member in struct:thread_struct
/linux-master/arch/sparc/kernel/
H A Dsigutil_32.c22 &current->thread.fpqueue[0], &current->thread.fpqdepth);
30 &current->thread.fpqueue[0], &current->thread.fpqdepth);
42 &current->thread.fpqueue[0],
76 err |= __copy_from_user(&current->thread.fpqueue[0],
H A Dprocess_32.c187 &tsk->thread.fpqueue[0], &tsk->thread.fpqdepth);
208 &current->thread.fpqueue[0], &current->thread.fpqdepth);
277 &p->thread.fpqueue[0], &p->thread.fpqdepth);
H A Dtraps_32.c173 &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth);
226 &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth);
H A Dentry.h41 void *fpqueue, unsigned long *fpqdepth);
H A Dsignal_32.c33 void *fpqueue, unsigned long *fpqdepth);
/linux-master/arch/sparc/math-emu/
H A Dmath_32.c174 printk("%d: %08lx at %08lx\n", i, fpt->thread.fpqueue[i].insn,
175 (unsigned long)fpt->thread.fpqueue[i].insn_addr);
195 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs);

Completed in 261 milliseconds