Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dsigutil_32.c22 &current->thread.fpqueue[0], &current->thread.fpqdepth); in save_fpu_state()
30 &current->thread.fpqueue[0], &current->thread.fpqdepth); in save_fpu_state()
42 &current->thread.fpqueue[0], in save_fpu_state()
76 err |= __copy_from_user(&current->thread.fpqueue[0], in restore_fpu_state()
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.c172 &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth); in do_fpd_trap()
225 &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);
/openbmc/linux/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
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c174 printk("%d: %08lx at %08lx\n", i, fpt->thread.fpqueue[i].insn, in do_mathemu()
175 (unsigned long)fpt->thread.fpqueue[i].insn_addr); in do_mathemu()
195 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs); in do_mathemu()