Lines Matching refs:current
169 save_access_regs(current->thread.acrs); in store_sigregs()
176 restore_access_regs(current->thread.acrs); in load_sigregs()
191 memcpy(&user_sregs.regs.acrs, current->thread.acrs, in save_sigregs32()
193 fpregs_store((_s390_fp_regs *) &user_sregs.fpregs, ¤t->thread.fpu); in save_sigregs32()
205 current->restart_block.fn = do_no_restart_syscall; in restore_sigregs32()
210 if (!is_ri_task(current) && (user_sregs.regs.psw.mask & PSW32_MASK_RI)) in restore_sigregs32()
229 memcpy(¤t->thread.acrs, &user_sregs.regs.acrs, in restore_sigregs32()
230 sizeof(current->thread.acrs)); in restore_sigregs32()
231 fpregs_load((_s390_fp_regs *) &user_sregs.fpregs, ¤t->thread.fpu); in restore_sigregs32()
254 vxrs[i] = *((__u64 *)(current->thread.fpu.vxrs + i) + 1); in save_sigregs_ext32()
258 current->thread.fpu.vxrs + __NUM_VXRS_LOW, in save_sigregs_ext32()
283 __copy_from_user(current->thread.fpu.vxrs + __NUM_VXRS_LOW, in restore_sigregs_ext32()
288 *((__u64 *)(current->thread.fpu.vxrs + i) + 1) = vxrs[i]; in restore_sigregs_ext32()
295 struct pt_regs *regs = task_pt_regs(current); in COMPAT_SYSCALL_DEFINE0()
312 force_sig(SIGSEGV, current); in COMPAT_SYSCALL_DEFINE0()
318 struct pt_regs *regs = task_pt_regs(current); in COMPAT_SYSCALL_DEFINE0()
337 force_sig(SIGSEGV, current); in COMPAT_SYSCALL_DEFINE0()
364 sp = current->sas_ss_sp + current->sas_ss_size; in get_sigframe()
449 regs->gprs[6] = task_thread_info(current)->last_break; in setup_frame32()
526 regs->gprs[5] = task_thread_info(current)->last_break; in setup_rt_frame32()