Searched refs:X86_PF_PROT (Results 1 – 2 of 2) sorted by relevance
625 !(error_code & X86_PF_PROT) ? "not-present page" : in show_fault_oops()699 error_code |= X86_PF_PROT; in set_signal_archinfo()894 error_code |= X86_PF_PROT; in __bad_area_nosemaphore()1117 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()1118 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()1198 if (unlikely(error_code & X86_PF_PROT)) in access_error()1255 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
168 X86_PF_PROT = 1 << 0, enumerator