Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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.c82 memcpy(&tmp, &child->thread.TS_FPR(fpidx), in arch_ptrace()
120 memcpy(&child->thread.TS_FPR(fpidx), &data, in arch_ptrace()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
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()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dprocessor.h86 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET] macro
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dsstep.c538 current->thread.TS_FPR(rn) = u.l[0]; in do_fp_load()
545 current->thread.TS_FPR(rn) = u.l[1]; in do_fp_load()
572 u.l[0] = current->thread.TS_FPR(rn); in do_fp_store()
584 u.l[1] = current->thread.TS_FPR(rn); in do_fp_store()