Searched refs:TS_FPR (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/math-emu/ |
H A D | math.c | 332 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 333 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu() 334 op2 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu() 338 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 339 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu() 340 op2 = (void *)¤t->thread.TS_FPR((insn >> 6) & 0x1f); in do_mathemu() 344 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 345 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu() 346 op2 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu() 347 op3 = (void *)¤t->thread.TS_FPR((ins in do_mathemu() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/math-emu/ |
H A D | math.c | 332 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 333 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu() 334 op2 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu() 338 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 339 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu() 340 op2 = (void *)¤t->thread.TS_FPR((insn >> 6) & 0x1f); in do_mathemu() 344 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 345 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu() 346 op2 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu() 347 op3 = (void *)¤t->thread.TS_FPR((ins in do_mathemu() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-fpu.c | 25 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()
|
H A D | ptrace-vsx.c | 31 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()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-vsx.c | 31 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()
|
H A D | ptrace.c | 82 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/ |
H A D | signal.c | 37 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-6.6/arch/powerpc/kernel/ |
H A D | signal.c | 37 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()
|
H A D | signal.h | 57 unsafe_put_user(__t->thread.TS_FPR(i), &buf[i], label); \ 77 unsafe_get_user(__t->thread.TS_FPR(i), &buf[i], label); \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | processor.h | 86 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET] macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | processor.h | 79 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET] macro
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 540 current->thread.TS_FPR(rn) = u.l[0]; in do_fp_load() 547 current->thread.TS_FPR(rn) = u.l[1]; in do_fp_load() 576 u.l[0] = current->thread.TS_FPR(rn); in do_fp_store() 588 u.l[1] = current->thread.TS_FPR(rn); in do_fp_store()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 614 current->thread.TS_FPR(rn) = u.l[0]; in do_fp_load() 621 current->thread.TS_FPR(rn) = u.l[1]; in do_fp_load() 650 u.l[0] = current->thread.TS_FPR(rn); in do_fp_store() 662 u.l[1] = current->thread.TS_FPR(rn); in do_fp_store()
|
Completed in 12 milliseconds