Searched refs:ckfp_state (Results 1 – 6 of 6) sorted by relevance
91 #define TS_CKFPR(i) ckfp_state.fpr[i][TS_FPROFFSET]223 struct thread_fp_state ckfp_state; /* Checkpointed FP state */ member
302 buf[i] = task->thread.ckfp_state.fpscr; in copy_ckfpr_to_user()316 task->thread.ckfp_state.fpscr = buf[i]; in copy_ckfpr_from_user()329 buf[i] = task->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET]; in copy_ckvsx_to_user()342 task->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in copy_ckvsx_from_user()365 return __copy_to_user(to, task->thread.ckfp_state.fpr, in copy_ckfpr_to_user()372 return __copy_from_user(task->thread.ckfp_state.fpr, from, in copy_ckfpr_from_user()817 current->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_user_regs()
1020 buf[32] = target->thread.ckfp_state.fpscr; in tm_cfpr_get()1065 buf[32] = target->thread.ckfp_state.fpscr; in tm_cfpr_set()1073 target->thread.ckfp_state.fpscr = buf[32]; in tm_cfpr_set()1284 buf[i] = target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET]; in tm_cvsx_get()1332 buf[i] = target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET]; in tm_cvsx_set()1338 target->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = buf[i]; in tm_cvsx_set()
549 tsk->thread.ckfp_state.fpr[i][TS_VSRLOWOFFSET] = 0; in restore_tm_sigcontexts()
161 OFFSET(THREAD_CKFPSTATE, thread_struct, ckfp_state.fpr); in main()
866 memcpy(&thr->ckfp_state, &thr->fp_state, in tm_reclaim_thread()