Lines Matching refs:current
115 return current->thread.mm_segment.ar4; in user_space_fault()
116 if (current->flags & PF_VCPU) in user_space_fault()
206 else if ((current->flags & PF_VCPU) && S390_lowcore.gmap) { in dump_fault_info()
222 if ((task_pid_nr(current) > 1) && !show_unhandled_signals) in report_user_fault()
224 if (!unhandled_signal(current, signr)) in report_user_fault()
250 force_sig_info(SIGSEGV, &si, current); in do_sigsegv()
298 struct task_struct *tsk = current; in do_sigbus()
383 tsk = current; in do_exception()
415 gmap = (current->flags & PF_VCPU) ? in do_exception()
418 current->thread.gmap_addr = address; in do_exception()
459 if ((fault & VM_FAULT_RETRY) && fatal_signal_pending(current)) { in do_exception()
486 current->thread.gmap_pfault = 1; in do_exception()
502 address = __gmap_link(gmap, current->thread.gmap_addr, in do_exception()
683 if (WARN_ON_ONCE(tsk != current)) in pfault_interrupt()