Home
last modified time | relevance | path

Searched refs:X86_PF_INSTR (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dfault.c120 if (error_code & X86_PF_INSTR) in is_prefetch()
520 if (error_code & X86_PF_INSTR) { in show_fault_oops()
549 (error_code & X86_PF_INSTR) ? "instruction fetch" : in show_fault_oops()
890 (error_code & X86_PF_INSTR), foreign)) in bad_area_access_from_pkeys()
1007 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()
1054 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()
1123 (error_code & X86_PF_INSTR), foreign)) in access_error()
1293 if (hw_error_code & X86_PF_INSTR) in do_user_addr_fault()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtrap_pf.h20 X86_PF_INSTR = 1 << 4, enumerator
/OK3568_Linux_fs/kernel/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c134 if (!(error_code & X86_PF_INSTR)) { in emulate_vsyscall()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsev-es.c234 ctxt->fi.error_code = X86_PF_INSTR | X86_PF_USER; in vc_decode_insn()
245 ctxt->fi.error_code = X86_PF_INSTR; in vc_decode_insn()