Symbol: TS_FPR
arch/powerpc/kernel/ptrace/ptrace-fpu.c
25
memcpy(data, &child->thread.TS_FPR(fpidx), sizeof(long));
arch/powerpc/kernel/ptrace/ptrace-fpu.c
51
memcpy(&child->thread.TS_FPR(fpidx), &data, sizeof(long));
arch/powerpc/kernel/ptrace/ptrace-vsx.c
31
buf[i] = target->thread.TS_FPR(i);
arch/powerpc/kernel/ptrace/ptrace-vsx.c
59
buf[i] = target->thread.TS_FPR(i);
arch/powerpc/kernel/ptrace/ptrace-vsx.c
68
target->thread.TS_FPR(i) = buf[i];
arch/powerpc/kernel/signal.c
34
buf[i] = task->thread.TS_FPR(i);
arch/powerpc/kernel/signal.c
48
task->thread.TS_FPR(i) = buf[i];
arch/powerpc/kernel/signal.h
54
unsafe_put_user(__t->thread.TS_FPR(i), &buf[i], label); \
arch/powerpc/kernel/signal.h
74
unsafe_get_user(__t->thread.TS_FPR(i), &buf[i], label); \
arch/powerpc/lib/sstep.c
614
current->thread.TS_FPR(rn) = u.l[0];
arch/powerpc/lib/sstep.c
621
current->thread.TS_FPR(rn) = u.l[1];
arch/powerpc/lib/sstep.c
650
u.l[0] = current->thread.TS_FPR(rn);
arch/powerpc/lib/sstep.c
662
u.l[1] = current->thread.TS_FPR(rn);
arch/powerpc/math-emu/math.c
332
op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
arch/powerpc/math-emu/math.c
333
op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f);
arch/powerpc/math-emu/math.c
334
op2 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f);
arch/powerpc/math-emu/math.c
338
op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
arch/powerpc/math-emu/math.c
339
op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f);
arch/powerpc/math-emu/math.c
340
op2 = (void *)&current->thread.TS_FPR((insn >> 6) & 0x1f);
arch/powerpc/math-emu/math.c
344
op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
arch/powerpc/math-emu/math.c
345
op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f);
arch/powerpc/math-emu/math.c
346
op2 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f);
arch/powerpc/math-emu/math.c
347
op3 = (void *)&current->thread.TS_FPR((insn >> 6) & 0x1f);
arch/powerpc/math-emu/math.c
353
op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
arch/powerpc/math-emu/math.c
363
op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
arch/powerpc/math-emu/math.c
368
op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
arch/powerpc/math-emu/math.c
372
op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
arch/powerpc/math-emu/math.c
373
op1 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f);
arch/powerpc/math-emu/math.c
377
op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
arch/powerpc/math-emu/math.c
378
op1 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f);
arch/powerpc/math-emu/math.c
383
op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
arch/powerpc/math-emu/math.c
392
op0 = (void *)&current->thread.TS_FPR((insn >> 21) & 0x1f);
arch/powerpc/math-emu/math.c
400
op2 = (void *)&current->thread.TS_FPR((insn >> 16) & 0x1f);
arch/powerpc/math-emu/math.c
401
op3 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f);
arch/powerpc/math-emu/math.c
421
op1 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f);