Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dfault.c43 PF_INSTR = 1 << 4, enumerator
147 if (error_code & PF_INSTR) in is_prefetch()
600 if (error_code & PF_INSTR) { in show_fault_oops()
790 if (unlikely((error_code & PF_INSTR) && in __bad_area_nosemaphore()
924 if ((error_code & PF_INSTR) && !pte_exec(*pte)) in spurious_fault_check()
970 && error_code != (PF_INSTR | PF_PROT)) in spurious_fault()