Home
last modified time | relevance | path

Searched refs:fpqueue (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);
557 memcpy(&dump->fpu.fpstatus.fpq[0], &current->thread.fpqueue[0],
576 &current->thread.fpqueue[0], &current->thread.fpqdepth);
584 &current->thread.fpqueue[0], &current->thread.fpqdepth);
598 &current->thread.fpqueue[0],
Dptrace.c448 __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()
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);
250 err |= __copy_from_user(&current->thread.fpqueue[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()
609 err |= __copy_to_user(&fpu->si_fpqueue[0], &current->thread.fpqueue[0], in save_fpu_state()
/linux-2.4.37.9/include/asm-sparc/
Dsystem.h63 void *fpqueue, unsigned long *fpqdepth);
70 &prev->thread.fpqueue[0], &prev->thread.fpqdepth); \
Dprocessor.h83 struct fpq fpqueue[16]; member
/linux-2.4.37.9/arch/sparc/math-emu/
Dmath.c170 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()