Searched refs:X86_PF_PROT (Results 1 – 4 of 4) sorted by relevance
21 X86_PF_PROT = BIT(0), enumerator
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()1000 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()1001 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()1107 if (unlikely(error_code & X86_PF_PROT)) in access_error()1171 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
378 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()
199 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem()278 unsigned long error_code = X86_PF_PROT; in vc_read_mem()
Completed in 10 milliseconds