Searched refs:X86_PF_PROT (Results 1 – 2 of 2) sorted by relevance
884 error_code |= X86_PF_PROT; in __bad_area_nosemaphore()1092 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_fault()1093 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_fault()1173 if (unlikely(error_code & X86_PF_PROT)) in access_error()1243 if (!(error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in __do_page_fault()
159 X86_PF_PROT = 1 << 0, enumerator