Searched refs:X86_PF_PROT (Results 1 – 4 of 4) sorted by relevance
551 !(error_code & X86_PF_PROT) ? "not-present page" : in show_fault_oops()627 *error_code |= X86_PF_PROT; in sanitize_error_code()694 if (!(error_code & X86_PF_PROT) && in page_fault_oops()1002 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()1003 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()1109 if (unlikely(error_code & X86_PF_PROT)) in access_error()1173 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()
372 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem()451 unsigned long error_code = X86_PF_PROT; in vc_read_mem()