Searched refs:fpqueue (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); 557 memcpy(&dump->fpu.fpstatus.fpq[0], ¤t->thread.fpqueue[0], 576 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 584 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 598 ¤t->thread.fpqueue[0],
|
D | ptrace.c | 448 __put_user(child->thread.fpqueue[i].insn_addr, in do_ptrace() 450 __put_user(child->thread.fpqueue[i].insn, (&fps->fpq[i].insn)); in do_ptrace() 479 __get_user(child->thread.fpqueue[i].insn_addr, in do_ptrace() 481 __get_user(child->thread.fpqueue[i].insn, (&fps->fpq[i].insn)); in do_ptrace()
|
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); 250 err |= __copy_from_user(¤t->thread.fpqueue[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() 609 err |= __copy_to_user(&fpu->si_fpqueue[0], ¤t->thread.fpqueue[0], in save_fpu_state()
|
/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 | 83 struct fpq fpqueue[16]; member
|
/linux-2.4.37.9/arch/sparc/math-emu/ |
D | math.c | 170 printk("%d: %08lx at %08lx\n", i, fpt->thread.fpqueue[i].insn, in do_mathemu() 171 (unsigned long)fpt->thread.fpqueue[i].insn_addr); in do_mathemu() 191 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs); in do_mathemu()
|