Searched refs:TS_FPR (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/math-emu/
H A Dmath.c332 op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
333 op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f);
334 op2 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f);
338 op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
339 op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f);
340 op2 = (void *)&current->thread.TS_FPR((insn >> 6) & 0x1f);
344 op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
345 op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f);
346 op2 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f);
347 op3 = (void *)&current->thread.TS_FPR((ins
[all...]
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-fpu.c25 memcpy(data, &child->thread.TS_FPR(fpidx), sizeof(long));
51 memcpy(&child->thread.TS_FPR(fpidx), &data, sizeof(long));
H A Dptrace-vsx.c31 buf[i] = target->thread.TS_FPR(i);
59 buf[i] = target->thread.TS_FPR(i);
68 target->thread.TS_FPR(i) = buf[i];
/linux-master/arch/powerpc/kernel/
H A Dsignal.h54 unsafe_put_user(__t->thread.TS_FPR(i), &buf[i], label); \
74 unsafe_get_user(__t->thread.TS_FPR(i), &buf[i], label); \
H A Dsignal.c34 buf[i] = task->thread.TS_FPR(i);
48 task->thread.TS_FPR(i) = buf[i];
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h79 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET] macro
/linux-master/arch/powerpc/lib/
H A Dsstep.c614 current->thread.TS_FPR(rn) = u.l[0];
621 current->thread.TS_FPR(rn) = u.l[1];
650 u.l[0] = current->thread.TS_FPR(rn);
662 u.l[1] = current->thread.TS_FPR(rn);

Completed in 178 milliseconds