Searched refs:X86_PF_PROT (Results 1 – 3 of 3) sorted by relevance
549 !(error_code & X86_PF_PROT) ? "not-present page" : in show_fault_oops()625 *error_code |= X86_PF_PROT; in sanitize_error_code()692 if (!(error_code & X86_PF_PROT) && in page_fault_oops()998 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()999 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()1105 if (unlikely(error_code & X86_PF_PROT)) in access_error()1169 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
21 X86_PF_PROT = BIT(0), enumerator
378 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()