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

/linux-master/arch/powerpc/kernel/
H A Dsignal.h96 unsafe_put_user(__t->thread.ckfp_state.fpscr, &buf[i], label); \
105 unsafe_put_user(__t->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET], \
116 unsafe_get_user(__t->thread.ckfp_state.fpscr, &buf[i], failed); \
125 unsafe_get_user(__t->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET], \
155 unsafe_copy_to_user(to, (task)->thread.ckfp_state.fpr, \
160 return __copy_to_user(to, task->thread.ckfp_state.fpr,
167 return __copy_from_user(task->thread.ckfp_state.fpr, from,
H A Dsignal.c89 buf[i] = task->thread.ckfp_state.fpscr;
103 task->thread.ckfp_state.fpscr = 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.c561 tsk->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = 0;
H A Dsignal_32.c632 current->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = 0;
H A Dasm-offsets.c169 OFFSET(THREAD_CKFPSTATE, thread_struct, ckfp_state.fpr);
H A Dprocess.c970 memcpy(&thr->ckfp_state, &thr->fp_state,
990 * checkpointed (tbegin) state in ckpt_regs, ckfp_state and
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-tm.c219 * When the transaction is active 'ckfp_state' holds the checkpointed
248 buf[32] = target->thread.ckfp_state.fpscr;
263 * When the transaction is active 'ckfp_state' holds the checkpointed
292 buf[32] = target->thread.ckfp_state.fpscr;
300 target->thread.ckfp_state.fpscr = buf[32];
460 * When the transaction is active 'ckfp_state' holds the checkpointed
488 buf[i] = target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET];
503 * When the transaction is active 'ckfp_state' holds the checkpointed
532 buf[i] = target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET];
538 target->thread.ckfp_state
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h80 #define TS_CKFPR(i) ckfp_state.fpr[i][TS_FPROFFSET]
222 struct thread_fp_state ckfp_state; /* Checkpointed FP state */ member in struct:thread_struct

Completed in 244 milliseconds