Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/kernel/
Dprocess.c350 &current->thread.fpqueue[0], &current->thread.fpqdepth);
373 &current->thread.fpqueue[0], &current->thread.fpqdepth);
443 &p->thread.fpqueue[0], &p->thread.fpqdepth);
556 dump->fpu.fpstatus.fpq_count = current->thread.fpqdepth;
576 &current->thread.fpqueue[0], &current->thread.fpqdepth);
584 &current->thread.fpqueue[0], &current->thread.fpqdepth);
593 fpregs->pr_qcnt = current->thread.fpqdepth;
Dtraps.c217 void *fpqueue, unsigned long *fpqdepth);
243 &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth); in do_fpd_trap()
298 &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth);
Dsignal.c32 void *fpqueue, unsigned long *fpqdepth);
248 err |= __get_user(current->thread.fpqdepth, &fpu->si_fpqdepth); in restore_fpu_state()
249 if (current->thread.fpqdepth != 0) in restore_fpu_state()
591 &current->thread.fpqueue[0], &current->thread.fpqdepth); in save_fpu_state()
599 &current->thread.fpqueue[0], &current->thread.fpqdepth); in save_fpu_state()
607 err |= __put_user(current->thread.fpqdepth, &fpu->si_fpqdepth); in save_fpu_state()
608 if (current->thread.fpqdepth != 0) in save_fpu_state()
Dptrace.c444 __put_user(child->thread.fpqdepth, (&fps->fpqd)); in do_ptrace()
477 __get_user(child->thread.fpqdepth, (&fps->fpqd)); in do_ptrace()
/linux-2.4.37.9/arch/sparc/math-emu/
Dmath.c168 printk("fpqdepth is %ld\n", fpt->thread.fpqdepth); in do_mathemu()
169 for (i = 0; i < fpt->thread.fpqdepth; i++) in do_mathemu()
174 if (fpt->thread.fpqdepth == 0) { /* no queue, guilty insn is at regs->pc */ in do_mathemu()
190 for (i = 0; i < fpt->thread.fpqdepth; i++) { in do_mathemu()
200 fpt->thread.fpqdepth = 0; in do_mathemu()
/linux-2.4.37.9/include/asm-sparc/
Dsystem.h63 void *fpqueue, unsigned long *fpqdepth);
70 &prev->thread.fpqueue[0], &prev->thread.fpqdepth); \
Dprocessor.h82 unsigned long fpqdepth; member