Home
last modified time | relevance | path

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

/linux/arch/x86/entry/vsyscall/ !
H A Dvsyscall_64.c104 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()
/linux/arch/x86/mm/ !
H A Dfault.c468 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 almost
1222 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...]
/linux/arch/x86/include/asm/ !
H A Dtrap_pf.h23 X86_PF_USER = BIT(2), enumerator
/linux/arch/x86/kernel/ !
H A Dumip.c306 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()
/linux/arch/x86/coco/sev/ !
H A Dvc-handle.c56 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()
H A Dvc-shared.c127 ctxt->fi.error_code = X86_PF_USER; in vc_insn_string_check()
/linux/arch/x86/boot/compressed/ !
H A Dident_map_64.c378 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()