Searched refs:X86_PF_USER (Results 1 – 6 of 6) sorted by relevance
548 (error_code & X86_PF_USER) ? "user" : "supervisor", in show_fault_oops()559 if (!(error_code & X86_PF_USER) && user_mode(regs)) { in show_fault_oops()631 tsk->thread.error_code = error_code | X86_PF_USER; in set_signal_archinfo()806 if (user_mode(regs) && (error_code & X86_PF_USER)) { in __bad_area_nosemaphore()938 if (!(error_code & X86_PF_USER)) { in do_sigbus()972 if (fatal_signal_pending(current) && !(error_code & X86_PF_USER)) { in mm_fault_error()979 if (!(error_code & X86_PF_USER)) { in mm_fault_error()1198 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()1258 !(hw_error_code & X86_PF_USER) && in do_user_addr_fault()
109 thread->error_code = X86_PF_USER | X86_PF_WRITE; in write_ok_or_segv()131 if ((error_code & (X86_PF_WRITE | X86_PF_USER)) != X86_PF_USER) in emulate_vsyscall()
306 tsk->thread.error_code = X86_PF_USER | X86_PF_WRITE; in force_sig_info_umip_fault()315 X86_PF_USER | X86_PF_WRITE); in force_sig_info_umip_fault()
234 ctxt->fi.error_code = X86_PF_INSTR | X86_PF_USER; in vc_decode_insn()329 error_code |= X86_PF_USER; in vc_write_mem()407 error_code |= X86_PF_USER; in vc_read_mem()434 ctxt->fi.error_code |= X86_PF_USER; in vc_slow_virt_to_phys()
18 X86_PF_USER = 1 << 2, enumerator
351 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()