Searched refs:X86_PF_PROT (Results 1 – 2 of 2) sorted by relevance
647 !(error_code & X86_PF_PROT) ? "not-present page" : in show_fault_oops()721 error_code |= X86_PF_PROT; in set_signal_archinfo()916 error_code |= X86_PF_PROT; in __bad_area_nosemaphore()1139 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()1140 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()1220 if (unlikely(error_code & X86_PF_PROT)) in access_error()1277 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