Searched refs:TS_VSRLOWOFFSET (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-vsx.c109 buf[i] = target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET];
139 buf[i] = target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET];
145 target->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i];
H A Dptrace-tm.c488 buf[i] = target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET];
532 buf[i] = target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET];
538 target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i];
/linux-master/arch/powerpc/kernel/
H A Dsignal.h64 unsafe_put_user(__t->thread.fp_state.fpr[i][TS_VSRLOWOFFSET], \
84 unsafe_get_user(__t->thread.fp_state.fpr[i][TS_VSRLOWOFFSET], \
105 unsafe_put_user(__t->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET], \
125 unsafe_get_user(__t->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET], \
H A Dsignal.c62 buf[i] = task->thread.fp_state.fpr[i][TS_VSRLOWOFFSET];
75 task->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i];
116 buf[i] = task->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET];
129 task->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i];
H A Dsignal_64.c423 tsk->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0;
560 tsk->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0;
561 tsk->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = 0;
H A Dsignal_32.c530 current->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0;
631 current->thread.fp_state.fpr[i][TS_VSRLOWOFFSET] = 0;
632 current->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = 0;
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h18 #define TS_VSRLOWOFFSET 1 macro
21 #define TS_VSRLOWOFFSET 0 macro
H A Dguest-state-buffer.h651 tmp[1] = cpu_to_be64(u.dw[TS_VSRLOWOFFSET]);
774 u.dw[TS_VSRLOWOFFSET] = be64_to_cpu(src[1]);

Completed in 162 milliseconds