/linux-2.4.37.9/arch/ppc/math-emu/ |
D | math.c | 236 op0 = (void *)¤t->thread.fpr[(insn >> 21) & 0x1f]; in do_mathemu() 243 op0 = (void *)¤t->thread.fpr[(insn >> 21) & 0x1f]; in do_mathemu() 251 op0 = (void *)¤t->thread.fpr[(insn >> 21) & 0x1f]; in do_mathemu() 258 op0 = (void *)¤t->thread.fpr[(insn >> 21) & 0x1f]; in do_mathemu() 264 op0 = (void *)¤t->thread.fpr[(insn >> 21) & 0x1f]; in do_mathemu() 265 op1 = (void *)¤t->thread.fpr[(insn >> 11) & 0x1f]; in do_mathemu() 362 op0 = (void *)¤t->thread.fpr[(insn >> 21) & 0x1f]; in do_mathemu() 363 op1 = (void *)¤t->thread.fpr[(insn >> 16) & 0x1f]; in do_mathemu() 364 op2 = (void *)¤t->thread.fpr[(insn >> 11) & 0x1f]; in do_mathemu() 368 op0 = (void *)¤t->thread.fpr[(insn >> 21) & 0x1f]; in do_mathemu() [all …]
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ptrace32.c | 225 tmp_reg_value = ((unsigned int *)child->thread.fpr)[index - PT_FPR0]; in sys32_ptrace() 267 tmp_reg_value = ((unsigned long *)child->thread.fpr)[numReg - PT_FPR0]; in sys32_ptrace() 339 ((unsigned int *)child->thread.fpr)[index - PT_FPR0] = data; in sys32_ptrace() 464 unsigned long *reg = &((unsigned long *)child->thread.fpr)[0]; in sys32_ptrace() 482 unsigned long *reg = &((unsigned long *)child->thread.fpr)[0]; in sys32_ptrace()
|
D | ptrace.c | 187 tmp = ((unsigned long *)child->thread.fpr)[index - PT_FPR0]; in sys_ptrace() 220 ((unsigned long *)child->thread.fpr)[index - PT_FPR0] = data; in sys_ptrace() 308 unsigned long *reg = &((unsigned long *)child->thread.fpr)[0]; in sys_ptrace() 326 unsigned long *reg = &((unsigned long *)child->thread.fpr)[0]; in sys_ptrace()
|
D | process.c | 98 memcpy(fpregs, ¤t->thread.fpr[0], sizeof(*fpregs)); in dump_fpu() 299 memcpy(&p->thread.fpr, ¤t->thread.fpr, sizeof(p->thread.fpr)); in copy_thread() 352 memset(current->thread.fpr, 0, sizeof(current->thread.fpr)); in start_thread()
|
D | align.c | 309 cvt_df(¤t->thread.fpr[reg], (float *)&data.v[4], ¤t->thread.fpscr); in fix_alignment() 313 data.dd = current->thread.fpr[reg]; in fix_alignment() 343 cvt_fd((float *)&data.v[4], ¤t->thread.fpr[reg], ¤t->thread.fpscr); in fix_alignment() 347 current->thread.fpr[reg] = data.dd; in fix_alignment()
|
D | signal32.c | 308 if (copy_from_user(current->thread.fpr, &sr->fp_regs, in sys32_sigreturn() 359 if (__copy_to_user(&frame->fp_regs, current->thread.fpr, in setup_frame32() 499 if (copy_from_user(current->thread.fpr, &signalregs->fp_regs, in sys32_rt_sigreturn() 897 if (__copy_to_user(&frame->fp_regs, current->thread.fpr, in setup_rt_frame32()
|
D | signal.c | 241 err |= __copy_to_user(&sc->fp_regs, ¤t->thread.fpr, FP_REGS_SIZE); in setup_sigcontext() 281 err |= __copy_from_user(¤t->thread.fpr, &sc->fp_regs, FP_REGS_SIZE); in restore_sigcontext()
|
D | mk_defs.c | 133 DEFINE(THREAD_FPR0, offsetof(struct thread_struct, fpr[0])); in main()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | align.c | 312 current->thread.fpr[reg] = data.d; in fix_alignment() 315 data.d = current->thread.fpr[reg]; in fix_alignment() 323 cvt_fd(&data.f, ¤t->thread.fpr[reg], ¤t->thread.fpscr); in fix_alignment() 328 cvt_df(¤t->thread.fpr[reg], &data.f, ¤t->thread.fpscr); in fix_alignment()
|
D | process.c | 182 memcpy(fpregs, ¤t->thread.fpr[0], sizeof(*fpregs)); in dump_fpu() 379 memcpy(&p->thread.fpr, ¤t->thread.fpr, sizeof(p->thread.fpr)); in copy_thread() 414 memset(current->thread.fpr, 0, sizeof(current->thread.fpr)); in start_thread()
|
D | softemu8xx.c | 72 ip = (uint *)¤t->thread.fpr[flreg]; in Soft_emulate_8xx() 116 memcpy( ip, ¤t->thread.fpr[(instword>>11)&0x1f], in Soft_emulate_8xx()
|
D | ptrace.c | 239 tmp = ((unsigned long *)child->thread.fpr)[index - PT_FPR0]; in sys_ptrace() 273 ((unsigned long *)child->thread.fpr)[index - PT_FPR0] = data; in sys_ptrace()
|
D | signal.c | 240 || __copy_to_user(&frame->mc_fregs, current->thread.fpr, in save_user_regs() 304 if (__copy_from_user(current->thread.fpr, &sr->mc_fregs, in restore_user_regs()
|
D | mk_defs.c | 53 DEFINE(THREAD_FPR0, offsetof(struct thread_struct, fpr[0])); in main()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | processor.h | 661 double fpr[32]; /* Complete floating point set */ member
|
/linux-2.4.37.9/include/asm-ppc/ |
D | processor.h | 833 double fpr[32]; /* Complete floating point set */ member
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | fpsp.h | 129 .set FPR_DIRTY_BITS,LV-91 | fpr dirty bits
|