Searched refs:fpqdepth (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() 39 err |= __put_user(current->thread.fpqdepth, &fpu->si_fpqdepth); in save_fpu_state() 40 if (current->thread.fpqdepth != 0) in save_fpu_state() 74 err |= __get_user(current->thread.fpqdepth, &fpu->si_fpqdepth); in restore_fpu_state() 75 if (current->thread.fpqdepth != 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 | 47 unsigned long fpqdepth; member
|
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 172 printk("fpqdepth is %ld\n", fpt->thread.fpqdepth); in do_mathemu() 173 for (i = 0; i < fpt->thread.fpqdepth; i++) in do_mathemu() 178 if (fpt->thread.fpqdepth == 0) { /* no queue, guilty insn is at regs->pc */ in do_mathemu() 194 for (i = 0; i < fpt->thread.fpqdepth; i++) { in do_mathemu() 204 fpt->thread.fpqdepth = 0; in do_mathemu()
|