Home
last modified time | relevance | path

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

/arch/x86/mm/
Dfault.c647 !(error_code & X86_PF_PROT) ? "not-present page" : in show_fault_oops()
721 error_code |= X86_PF_PROT; in set_signal_archinfo()
916 error_code |= X86_PF_PROT; in __bad_area_nosemaphore()
1139 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()
1140 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()
1220 if (unlikely(error_code & X86_PF_PROT)) in access_error()
1277 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
/arch/x86/include/asm/
Dtraps.h168 X86_PF_PROT = 1 << 0, enumerator