Searched refs:fpqdepth (Results 1 – 8 of 8) sorted by relevance
/arch/sparc/kernel/ |
D | sigutil_32.c | 21 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); in save_fpu_state() 29 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); in save_fpu_state() 38 err |= __put_user(current->thread.fpqdepth, &fpu->si_fpqdepth); in save_fpu_state() 39 if (current->thread.fpqdepth != 0) in save_fpu_state() 73 err |= __get_user(current->thread.fpqdepth, &fpu->si_fpqdepth); in restore_fpu_state() 74 if (current->thread.fpqdepth != 0) in restore_fpu_state()
|
D | process_32.c | 197 &tsk->thread.fpqueue[0], &tsk->thread.fpqdepth); 218 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 322 &p->thread.fpqueue[0], &p->thread.fpqdepth); 430 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 440 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 451 fpregs->pr_qcnt = current->thread.fpqdepth;
|
D | traps_32.c | 196 &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth); in do_fpd_trap() 249 &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth);
|
D | entry.h | 40 void *fpqueue, unsigned long *fpqdepth);
|
D | signal_32.c | 34 void *fpqueue, unsigned long *fpqdepth);
|
/arch/sparc/include/asm/ |
D | switch_to_32.h | 21 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \ 103 void *fpqueue, unsigned long *fpqdepth);
|
D | processor_32.h | 62 unsigned long fpqdepth; member
|
/arch/sparc/math-emu/ |
D | math_32.c | 171 printk("fpqdepth is %ld\n", fpt->thread.fpqdepth); in do_mathemu() 172 for (i = 0; i < fpt->thread.fpqdepth; i++) in do_mathemu() 177 if (fpt->thread.fpqdepth == 0) { /* no queue, guilty insn is at regs->pc */ in do_mathemu() 193 for (i = 0; i < fpt->thread.fpqdepth; i++) { in do_mathemu() 203 fpt->thread.fpqdepth = 0; in do_mathemu()
|