fpqdepth           51 arch/sparc/include/asm/processor_32.h 	unsigned long   fpqdepth;
fpqdepth           22 arch/sparc/include/asm/switch_to_32.h 		       &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \
fpqdepth          104 arch/sparc/include/asm/switch_to_32.h 	    void *fpqueue, unsigned long *fpqdepth);
fpqdepth           41 arch/sparc/kernel/entry.h             void *fpqueue, unsigned long *fpqdepth);
fpqdepth          193 arch/sparc/kernel/process_32.c 		       &tsk->thread.fpqueue[0], &tsk->thread.fpqdepth);
fpqdepth          214 arch/sparc/kernel/process_32.c 		       &current->thread.fpqueue[0], &current->thread.fpqdepth);
fpqdepth          318 arch/sparc/kernel/process_32.c 		       &p->thread.fpqueue[0], &p->thread.fpqdepth);
fpqdepth          426 arch/sparc/kernel/process_32.c 		       &current->thread.fpqueue[0], &current->thread.fpqdepth);
fpqdepth          436 arch/sparc/kernel/process_32.c 		       &current->thread.fpqueue[0], &current->thread.fpqdepth);
fpqdepth          447 arch/sparc/kernel/process_32.c 	fpregs->pr_qcnt = current->thread.fpqdepth;
fpqdepth           35 arch/sparc/kernel/signal_32.c 		   void *fpqueue, unsigned long *fpqdepth);
fpqdepth           22 arch/sparc/kernel/sigutil_32.c 		       &current->thread.fpqueue[0], &current->thread.fpqdepth);
fpqdepth           30 arch/sparc/kernel/sigutil_32.c 		       &current->thread.fpqueue[0], &current->thread.fpqdepth);
fpqdepth           39 arch/sparc/kernel/sigutil_32.c 	err |= __put_user(current->thread.fpqdepth, &fpu->si_fpqdepth);
fpqdepth           40 arch/sparc/kernel/sigutil_32.c 	if (current->thread.fpqdepth != 0)
fpqdepth           74 arch/sparc/kernel/sigutil_32.c 	err |= __get_user(current->thread.fpqdepth, &fpu->si_fpqdepth);
fpqdepth           75 arch/sparc/kernel/sigutil_32.c 	if (current->thread.fpqdepth != 0)
fpqdepth          174 arch/sparc/kernel/traps_32.c 		       &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth);
fpqdepth          227 arch/sparc/kernel/traps_32.c 	       &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth);
fpqdepth          172 arch/sparc/math-emu/math_32.c 	printk("fpqdepth is %ld\n", fpt->thread.fpqdepth);
fpqdepth          173 arch/sparc/math-emu/math_32.c 	for (i = 0; i < fpt->thread.fpqdepth; i++)
fpqdepth          178 arch/sparc/math-emu/math_32.c 	if (fpt->thread.fpqdepth == 0) {                   /* no queue, guilty insn is at regs->pc */
fpqdepth          194 arch/sparc/math-emu/math_32.c 	for (i = 0; i < fpt->thread.fpqdepth; i++) {
fpqdepth          204 arch/sparc/math-emu/math_32.c 	fpt->thread.fpqdepth = 0;