Home
last modified time | relevance | path

Searched refs:X86_PF_PROT (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/mm/
H A Dfault.c549 !(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()
/linux/arch/x86/include/asm/
H A Dtrap_pf.h21 X86_PF_PROT = BIT(0), enumerator
/linux/arch/x86/boot/compressed/
H A Dident_map_64.c378 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()