Lines Matching refs:current
116 return current->thread.mm_segment.ar4; in user_space_fault()
117 if (current->flags & PF_VCPU) in user_space_fault()
207 else if ((current->flags & PF_VCPU) && S390_lowcore.gmap) { in dump_fault_info()
223 if ((task_pid_nr(current) > 1) && !show_unhandled_signals) in report_user_fault()
225 if (!unhandled_signal(current, signr)) in report_user_fault()
251 force_sig_info(SIGSEGV, &si, current); in do_sigsegv()
299 struct task_struct *tsk = current; in do_sigbus()
384 tsk = current; in do_exception()
416 gmap = (current->flags & PF_VCPU) ? in do_exception()
419 current->thread.gmap_addr = address; in do_exception()
460 if ((fault & VM_FAULT_RETRY) && fatal_signal_pending(current)) { in do_exception()
487 current->thread.gmap_pfault = 1; in do_exception()
503 address = __gmap_link(gmap, current->thread.gmap_addr, in do_exception()
686 if (WARN_ON_ONCE(tsk != current)) in pfault_interrupt()