Lines Matching refs:current_thread_info
111 unsigned long *fpregs = current_thread_info()->fpregs; in sparc64_set_context()
124 err |= __get_user(current_thread_info()->xfsr[0], in sparc64_set_context()
126 err |= __get_user(current_thread_info()->gsr[0], in sparc64_set_context()
158 fenab = (current_thread_info()->fpsaved[0] & FPRS_FEF); in sparc64_get_context()
209 unsigned long *fpregs = current_thread_info()->fpregs; in sparc64_get_context()
212 fprs = current_thread_info()->fpsaved[0]; in sparc64_get_context()
220 err |= __put_user(current_thread_info()->xfsr[0], &(mcp->mc_fpregs.mcfpu_fsr)); in sparc64_get_context()
221 err |= __put_user(current_thread_info()->gsr[0], &(mcp->mc_fpregs.mcfpu_gsr)); in sparc64_get_context()
364 if (current_thread_info()->fpsaved[0] & FPRS_FEF) in setup_rt_frame()
385 if (current_thread_info()->fpsaved[0] & FPRS_FEF) { in setup_rt_frame()
416 rp = ¤t_thread_info()->reg_window[wsaved - 1]; in setup_rt_frame()