Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/math-emu/
Dmath.c332 op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()
333 op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
334 op2 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
338 op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()
339 op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
340 op2 = (void *)&current->thread.TS_FPR((insn >> 6) & 0x1f); in do_mathemu()
344 op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu()
345 op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu()
346 op2 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
347 op3 = (void *)&current->thread.TS_FPR((insn >> 6) & 0x1f); in do_mathemu()
[all …]
/Linux-v5.15/arch/powerpc/kernel/ptrace/
Dptrace-vsx.c31 buf[i] = target->thread.TS_FPR(i); in fpr_get()
59 buf[i] = target->thread.TS_FPR(i); in fpr_set()
68 target->thread.TS_FPR(i) = buf[i]; in fpr_set()
Dptrace-fpu.c21 memcpy(data, &child->thread.TS_FPR(fpidx), sizeof(long)); in ptrace_get_fpr()
43 memcpy(&child->thread.TS_FPR(fpidx), &data, sizeof(long)); in ptrace_put_fpr()
/Linux-v5.15/arch/powerpc/kernel/
Dsignal.h51 unsafe_put_user(__t->thread.TS_FPR(i), &buf[i], label); \
71 unsafe_get_user(__t->thread.TS_FPR(i), &buf[i], label); \
Dsignal.c37 buf[i] = task->thread.TS_FPR(i); in copy_fpr_to_user()
51 task->thread.TS_FPR(i) = buf[i]; in copy_fpr_from_user()
/Linux-v5.15/arch/powerpc/include/asm/
Dprocessor.h80 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET] macro
/Linux-v5.15/arch/powerpc/lib/
Dsstep.c555 current->thread.TS_FPR(rn) = u.l[0]; in do_fp_load()
562 current->thread.TS_FPR(rn) = u.l[1]; in do_fp_load()
589 u.l[0] = current->thread.TS_FPR(rn); in do_fp_store()
601 u.l[1] = current->thread.TS_FPR(rn); in do_fp_store()