Searched refs:fpqdepth (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/arch/sparc/kernel/ |
D | process.c | 350 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 373 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 443 &p->thread.fpqueue[0], &p->thread.fpqdepth); 556 dump->fpu.fpstatus.fpq_count = current->thread.fpqdepth; 576 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 584 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 593 fpregs->pr_qcnt = current->thread.fpqdepth;
|
D | traps.c | 217 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);
|
D | signal.c | 32 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 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); in save_fpu_state() 599 ¤t->thread.fpqueue[0], ¤t->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()
|
D | ptrace.c | 444 __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/ |
D | math.c | 168 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/ |
D | system.h | 63 void *fpqueue, unsigned long *fpqdepth); 70 &prev->thread.fpqueue[0], &prev->thread.fpqdepth); \
|
D | processor.h | 82 unsigned long fpqdepth; member
|