Lines Matching refs:current_thread_info
112 unsigned long *fpregs = current_thread_info()->fpregs; in sparc64_set_context()
125 err |= __get_user(current_thread_info()->xfsr[0], in sparc64_set_context()
127 err |= __get_user(current_thread_info()->gsr[0], in sparc64_set_context()
159 fenab = (current_thread_info()->fpsaved[0] & FPRS_FEF); in sparc64_get_context()
210 unsigned long *fpregs = current_thread_info()->fpregs; in sparc64_get_context()
213 fprs = current_thread_info()->fpsaved[0]; in sparc64_get_context()
221 err |= __put_user(current_thread_info()->xfsr[0], &(mcp->mc_fpregs.mcfpu_fsr)); in sparc64_get_context()
222 err |= __put_user(current_thread_info()->gsr[0], &(mcp->mc_fpregs.mcfpu_gsr)); in sparc64_get_context()
365 if (current_thread_info()->fpsaved[0] & FPRS_FEF) in setup_rt_frame()
386 if (current_thread_info()->fpsaved[0] & FPRS_FEF) { in setup_rt_frame()
417 rp = ¤t_thread_info()->reg_window[wsaved - 1]; in setup_rt_frame()