Searched refs:ckfp_state (Results 1 – 6 of 6) sorted by relevance
179 #define TS_CKFPR(i) ckfp_state.fpr[i][TS_FPROFFSET]308 struct thread_fp_state ckfp_state; /* Checkpointed FP state */ member
328 buf[i] = task->thread.ckfp_state.fpscr; in copy_ckfpr_to_user()342 task->thread.ckfp_state.fpscr = buf[i]; in copy_ckfpr_from_user()355 buf[i] = task->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET]; in copy_ckvsx_to_user()368 task->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in copy_ckvsx_from_user()391 return __copy_to_user(to, task->thread.ckfp_state.fpr, in copy_ckfpr_to_user()398 return __copy_from_user(task->thread.ckfp_state.fpr, from, in copy_ckfpr_from_user()839 current->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_user_regs()
999 buf[32] = target->thread.ckfp_state.fpscr; in tm_cfpr_get()1044 buf[32] = target->thread.ckfp_state.fpscr; in tm_cfpr_set()1052 target->thread.ckfp_state.fpscr = buf[32]; in tm_cfpr_set()1263 buf[i] = target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET]; in tm_cvsx_get()1311 buf[i] = target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET]; in tm_cvsx_set()1317 target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in tm_cvsx_set()
539 tsk->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_sigcontexts()
150 OFFSET(THREAD_CKFPSTATE, thread_struct, ckfp_state.fpr); in main()
869 memcpy(&thr->ckfp_state, &thr->fp_state, in tm_reclaim_thread()