Home
last modified time | relevance | path

Searched refs:TS_FPR (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/math-emu/
Dmath.c331 op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()
332 op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
333 op2 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
337 op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()
338 op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
339 op2 = (void *)&current->thread.TS_FPR((insn >> 6) & 0x1f); in do_mathemu()
343 op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()
344 op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
345 op2 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
346 op3 = (void *)&current->thread.TS_FPR((insn >> 6) & 0x1f); in do_mathemu()
[all …]
/arch/powerpc/kernel/
Dalign.c375 char *ptr0 = (char *) &current->thread.TS_FPR(reg); in emulate_fp_pair()
376 char *ptr1 = (char *) &current->thread.TS_FPR(reg+1); in emulate_fp_pair()
998 data.ll = current->thread.TS_FPR(reg); in fix_alignment()
1073 current->thread.TS_FPR(reg) = data.ll; in fix_alignment()
Dptrace.c373 buf[i] = target->thread.TS_FPR(i); in fpr_get()
402 target->thread.TS_FPR(i) = buf[i]; in fpr_set()
1558 memcpy(&tmp, &child->thread.TS_FPR(fpidx), in arch_ptrace()
1591 memcpy(&child->thread.TS_FPR(fpidx), &data, in arch_ptrace()
Dsignal_32.c272 buf[i] = task->thread.TS_FPR(i); in copy_fpr_to_user()
286 task->thread.TS_FPR(i) = buf[i]; in copy_fpr_from_user()
/arch/powerpc/include/asm/
Dprocessor.h155 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET] macro