Home
last modified time | relevance | path

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

/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()
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()
Dprocess_32.c197 &tsk->thread.fpqueue[0], &tsk->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);
451 fpregs->pr_qcnt = current->thread.fpqdepth;
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);
/arch/sparc/include/asm/
Dswitch_to_32.h21 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \
103 void *fpqueue, unsigned long *fpqdepth);
Dprocessor_32.h62 unsigned long fpqdepth; member
/arch/sparc/math-emu/
Dmath_32.c171 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()