Searched refs:fpqueue (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A D | sigutil_32.c | 22 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); in save_fpu_state() 30 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); in save_fpu_state() 42 ¤t->thread.fpqueue[0], in save_fpu_state() 76 err |= __copy_from_user(¤t->thread.fpqueue[0], in restore_fpu_state()
|
H A D | process_32.c | 187 &tsk->thread.fpqueue[0], &tsk->thread.fpqdepth); 208 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 277 &p->thread.fpqueue[0], &p->thread.fpqdepth);
|
H A D | traps_32.c | 172 &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth); in do_fpd_trap() 225 &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth);
|
H A D | entry.h | 41 void *fpqueue, unsigned long *fpqdepth);
|
H A D | signal_32.c | 33 void *fpqueue, unsigned long *fpqdepth);
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | switch_to_32.h | 22 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \ 104 void *fpqueue, unsigned long *fpqdepth);
|
H A D | processor_32.h | 48 struct fpq fpqueue[16]; member
|
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 174 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()
|