Searched refs:PF_USER (Results 1 – 1 of 1) sorted by relevance
41 PF_USER = 1 << 2, enumerator683 tsk->thread.error_code = error_code | PF_USER; in no_context()769 if (error_code & PF_USER) { in __bad_area_nosemaphore()861 if (!(error_code & PF_USER)) { in do_sigbus()889 if (fatal_signal_pending(current) && !(error_code & PF_USER)) { in mm_fault_error()896 if (!(error_code & PF_USER)) { in mm_fault_error()1046 if (error_code & PF_USER) in smap_violation()1102 if (!(error_code & (PF_RSVD | PF_USER | PF_PROT))) { in __do_page_fault()1156 error_code |= PF_USER; in __do_page_fault()1185 if ((error_code & PF_USER) == 0 && in __do_page_fault()[all …]