Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/math-emu/
A 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-6.3-rc2/arch/powerpc/kernel/ptrace/
A 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()
A Dptrace-fpu.c25 memcpy(data, &child->thread.TS_FPR(fpidx), sizeof(long)); in ptrace_get_fpr()
51 memcpy(&child->thread.TS_FPR(fpidx), &data, sizeof(long)); in ptrace_put_fpr()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dsignal.h57 unsafe_put_user(__t->thread.TS_FPR(i), &buf[i], label); \
77 unsafe_get_user(__t->thread.TS_FPR(i), &buf[i], label); \
A 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-6.3-rc2/arch/powerpc/include/asm/
A Dprocessor.h79 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET] macro
/linux-6.3-rc2/arch/powerpc/lib/
A Dsstep.c612 current->thread.TS_FPR(rn) = u.l[0]; in do_fp_load()
619 current->thread.TS_FPR(rn) = u.l[1]; in do_fp_load()
646 u.l[0] = current->thread.TS_FPR(rn); in do_fp_store()
658 u.l[1] = current->thread.TS_FPR(rn); in do_fp_store()

Completed in 14 milliseconds