Lines Matching refs:current
107 save_access_regs(current->thread.acrs); in store_sigregs()
114 restore_access_regs(current->thread.acrs); in load_sigregs()
128 memcpy(&user_sregs.regs.acrs, current->thread.acrs, in save_sigregs()
130 fpregs_store(&user_sregs.fpregs, ¤t->thread.fpu); in save_sigregs()
141 current->restart_block.fn = do_no_restart_syscall; in restore_sigregs()
146 if (!is_ri_task(current) && (user_sregs.regs.psw.mask & PSW_MASK_RI)) in restore_sigregs()
165 memcpy(¤t->thread.acrs, &user_sregs.regs.acrs, in restore_sigregs()
166 sizeof(current->thread.acrs)); in restore_sigregs()
168 fpregs_load(&user_sregs.fpregs, ¤t->thread.fpu); in restore_sigregs()
184 vxrs[i] = *((__u64 *)(current->thread.fpu.vxrs + i) + 1); in save_sigregs_ext()
188 current->thread.fpu.vxrs + __NUM_VXRS_LOW, in save_sigregs_ext()
205 __copy_from_user(current->thread.fpu.vxrs + __NUM_VXRS_LOW, in restore_sigregs_ext()
210 *((__u64 *)(current->thread.fpu.vxrs + i) + 1) = vxrs[i]; in restore_sigregs_ext()
217 struct pt_regs *regs = task_pt_regs(current); in SYSCALL_DEFINE0()
233 force_sig(SIGSEGV, current); in SYSCALL_DEFINE0()
239 struct pt_regs *regs = task_pt_regs(current); in SYSCALL_DEFINE0()
257 force_sig(SIGSEGV, current); in SYSCALL_DEFINE0()
279 sp = current->sas_ss_sp + current->sas_ss_size; in get_sigframe()
362 regs->gprs[6] = task_thread_info(current)->last_break; in setup_frame()
434 regs->gprs[5] = task_thread_info(current)->last_break; in setup_rt_frame()