Lines Matching refs:current_thread_info
114 unsigned long *fpregs = current_thread_info()->fpregs; in sparc64_set_context()
127 err |= __get_user(current_thread_info()->xfsr[0], in sparc64_set_context()
129 err |= __get_user(current_thread_info()->gsr[0], in sparc64_set_context()
161 fenab = (current_thread_info()->fpsaved[0] & FPRS_FEF); in sparc64_get_context()
212 unsigned long *fpregs = current_thread_info()->fpregs; in sparc64_get_context()
215 fprs = current_thread_info()->fpsaved[0]; in sparc64_get_context()
223 err |= __put_user(current_thread_info()->xfsr[0], &(mcp->mc_fpregs.mcfpu_fsr)); in sparc64_get_context()
224 err |= __put_user(current_thread_info()->gsr[0], &(mcp->mc_fpregs.mcfpu_gsr)); in sparc64_get_context()
358 if (current_thread_info()->fpsaved[0] & FPRS_FEF) in setup_rt_frame()
375 if (current_thread_info()->fpsaved[0] & FPRS_FEF) { in setup_rt_frame()
406 rp = ¤t_thread_info()->reg_window[wsaved - 1]; in setup_rt_frame()