Lines Matching refs:PF_USER
39 PF_USER = 1 << 2, enumerator
679 tsk->thread.error_code = error_code | PF_USER; in no_context()
765 if (error_code & PF_USER) { in __bad_area_nosemaphore()
857 if (!(error_code & PF_USER)) { in do_sigbus()
885 if (fatal_signal_pending(current) && !(error_code & PF_USER)) { in mm_fault_error()
892 if (!(error_code & PF_USER)) { in mm_fault_error()
1042 if (error_code & PF_USER) in smap_violation()
1098 if (!(error_code & (PF_RSVD | PF_USER | PF_PROT))) { in __do_page_fault()
1152 error_code |= PF_USER; in __do_page_fault()
1181 if ((error_code & PF_USER) == 0 && in __do_page_fault()
1208 if (error_code & PF_USER) { in __do_page_fault()