Searched refs:X86_PF_INSTR (Results 1 – 2 of 2) sorted by relevance
137 if (error_code & X86_PF_INSTR) in is_prefetch()514 if (error_code & X86_PF_INSTR) { in show_fault_oops()544 (error_code & X86_PF_INSTR) ? "instruction fetch" : in show_fault_oops()862 (error_code & X86_PF_INSTR), foreign)) in bad_area_access_from_pkeys()952 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()999 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()1080 (error_code & X86_PF_INSTR), foreign)) in access_error()1220 if (unlikely((error_code & (X86_PF_USER | X86_PF_INSTR)) == X86_PF_INSTR)) { in do_user_addr_fault()1293 if (error_code & X86_PF_INSTR) in do_user_addr_fault()
25 X86_PF_INSTR = BIT(4), enumerator