Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/kernel/
Dsigutil_32.c21 &current->thread.fpqueue[0], &current->thread.fpqdepth); in save_fpu_state()
29 &current->thread.fpqueue[0], &current->thread.fpqdepth); in save_fpu_state()
41 &current->thread.fpqueue[0], in save_fpu_state()
75 err |= __copy_from_user(&current->thread.fpqueue[0], in restore_fpu_state()
Dprocess_32.c197 &current->thread.fpqueue[0], &current->thread.fpqdepth);
218 &current->thread.fpqueue[0], &current->thread.fpqdepth);
322 &p->thread.fpqueue[0], &p->thread.fpqdepth);
430 &current->thread.fpqueue[0], &current->thread.fpqdepth);
440 &current->thread.fpqueue[0], &current->thread.fpqdepth);
456 &current->thread.fpqueue[0],
Dtraps_32.c196 &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth); in do_fpd_trap()
249 &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth);
Dentry.h40 void *fpqueue, unsigned long *fpqdepth);
Dsignal_32.c34 void *fpqueue, unsigned long *fpqdepth);
/linux-4.4.14/arch/sparc/include/asm/
Dswitch_to_32.h21 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \
103 void *fpqueue, unsigned long *fpqdepth);
Dprocessor_32.h63 struct fpq fpqueue[16]; member
/linux-4.4.14/arch/sparc/math-emu/
Dmath_32.c173 printk("%d: %08lx at %08lx\n", i, fpt->thread.fpqueue[i].insn, in do_mathemu()
174 (unsigned long)fpt->thread.fpqueue[i].insn_addr); in do_mathemu()
194 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs); in do_mathemu()