Searched refs:X86_PF_USER (Results 1 – 7 of 7) sorted by relevance
104 thread->error_code = X86_PF_USER | X86_PF_WRITE; in write_ok_or_segv() 124 if ((error_code & (X86_PF_WRITE | X86_PF_USER)) != X86_PF_USER) in emulate_vsyscall()
468 if (boot_cpu_has_bug(X86_BUG_F00F) && !(error_code & X86_PF_USER) && in is_f00f_bug() 543 (error_code & X86_PF_USER) ? "user" : "supervisor", in show_fault_oops() 555 if (!(error_code & X86_PF_USER) && user_mode(regs)) { in show_fault_oops() 634 tsk->thread.error_code = error_code | X86_PF_USER; in set_signal_archinfo() 788 if (!(error_code & X86_PF_USER)) { in __bad_area_nosemaphore() 1171 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault() 1202 * should check X86_PF_USER without a specific justification: for almost1222 if (unlikely((error_code & (X86_PF_USER | X86_PF_INSTR)) == X86_PF_INSTR)) { in do_user_addr_fault() 1256 !(error_code & X86_PF_USER) && in do_user_addr_fault() 1300 * based on X86_PF_USER in do_user_addr_fault() [all...]
23 X86_PF_USER = BIT(2), enumerator
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()
56 ctxt->fi.error_code |= X86_PF_USER; in vc_slow_virt_to_phys()142 ctxt->fi.error_code = X86_PF_INSTR | X86_PF_USER; in __vc_decode_user_insn()266 error_code |= X86_PF_USER; in vc_write_mem()344 error_code |= X86_PF_USER; in vc_read_mem()
127 ctxt->fi.error_code = X86_PF_USER; in vc_insn_string_check()
378 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()