Home
last modified time | relevance | path

Searched refs:X86_PF_USER (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/mm/
Dfault.c729 tsk->thread.error_code = error_code | X86_PF_USER; in no_context()
850 if (error_code & X86_PF_USER) { in __bad_area_nosemaphore()
977 if (!(error_code & X86_PF_USER)) { in do_sigbus()
1005 if (fatal_signal_pending(current) && !(error_code & X86_PF_USER)) { in mm_fault_error()
1012 if (!(error_code & X86_PF_USER)) { in mm_fault_error()
1196 if (error_code & X86_PF_USER) in smap_violation()
1243 if (!(error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in __do_page_fault()
1294 error_code |= X86_PF_USER; in __do_page_fault()
1325 if (!(error_code & X86_PF_USER) && in __do_page_fault()
1352 if (error_code & X86_PF_USER) { in __do_page_fault()
/Linux-v4.19/arch/x86/kernel/
Dumip.c278 tsk->thread.error_code = X86_PF_USER | X86_PF_WRITE; in force_sig_info_umip_fault()
292 X86_PF_USER | X86_PF_WRITE); in force_sig_info_umip_fault()
/Linux-v4.19/arch/x86/include/asm/
Dtraps.h161 X86_PF_USER = 1 << 2, enumerator