Searched refs:fpqdepth (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/sparc/kernel/ |
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()
|
D | process_32.c | 193 &tsk->thread.fpqueue[0], &tsk->thread.fpqdepth); 214 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 318 &p->thread.fpqueue[0], &p->thread.fpqdepth); 426 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 436 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 447 fpregs->pr_qcnt = current->thread.fpqdepth;
|
D | traps_32.c | 174 &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth); in do_fpd_trap() 227 &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth);
|
D | entry.h | 41 void *fpqueue, unsigned long *fpqdepth);
|
D | signal_32.c | 35 void *fpqueue, unsigned long *fpqdepth);
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | switch_to_32.h | 22 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \ 104 void *fpqueue, unsigned long *fpqdepth);
|
D | processor_32.h | 57 unsigned long fpqdepth; member
|
/Linux-v4.19/arch/sparc/math-emu/ |
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()
|