Searched refs:ckfp_state (Results 1 – 6 of 6) sorted by relevance
306 buf[i] = task->thread.ckfp_state.fpscr; in copy_ckfpr_to_user()320 task->thread.ckfp_state.fpscr = buf[i]; in copy_ckfpr_from_user()333 buf[i] = task->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET]; in copy_ckvsx_to_user()346 task->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in copy_ckvsx_from_user()369 return __copy_to_user(to, task->thread.ckfp_state.fpr, in copy_ckfpr_to_user()376 return __copy_from_user(task->thread.ckfp_state.fpr, from, in copy_ckfpr_from_user()821 current->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_user_regs()
1007 buf[32] = target->thread.ckfp_state.fpscr; in tm_cfpr_get()1052 buf[32] = target->thread.ckfp_state.fpscr; in tm_cfpr_set()1060 target->thread.ckfp_state.fpscr = buf[32]; in tm_cfpr_set()1271 buf[i] = target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET]; in tm_cvsx_get()1319 buf[i] = target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET]; in tm_cvsx_set()1325 target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in tm_cvsx_set()
568 tsk->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_sigcontexts()
150 OFFSET(THREAD_CKFPSTATE, thread_struct, ckfp_state.fpr); in main()
907 memcpy(&thr->ckfp_state, &thr->fp_state, in tm_reclaim_thread()
191 #define TS_CKFPR(i) ckfp_state.fpr[i][TS_FPROFFSET]316 struct thread_fp_state ckfp_state; /* Checkpointed FP state */ member