Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dfault.c133 if (error_code & X86_PF_INSTR) in is_prefetch()
650 if (error_code & X86_PF_INSTR) { in show_fault_oops()
871 if (unlikely((error_code & X86_PF_INSTR) && in __bad_area_nosemaphore()
949 (error_code & X86_PF_INSTR), foreign)) in bad_area_access_from_pkeys()
1040 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_fault_check()
1093 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_fault()
1162 (error_code & X86_PF_INSTR), foreign)) in access_error()
1305 if (error_code & X86_PF_INSTR) in __do_page_fault()
/Linux-v4.19/arch/x86/include/asm/
Dtraps.h163 X86_PF_INSTR = 1 << 4, enumerator