X86_PF_PROT 647 arch/x86/mm/fault.c !(error_code & X86_PF_PROT) ? "not-present page" : X86_PF_PROT 721 arch/x86/mm/fault.c error_code |= X86_PF_PROT; X86_PF_PROT 916 arch/x86/mm/fault.c error_code |= X86_PF_PROT; X86_PF_PROT 1139 arch/x86/mm/fault.c if (error_code != (X86_PF_WRITE | X86_PF_PROT) && X86_PF_PROT 1140 arch/x86/mm/fault.c error_code != (X86_PF_INSTR | X86_PF_PROT)) X86_PF_PROT 1220 arch/x86/mm/fault.c if (unlikely(error_code & X86_PF_PROT)) X86_PF_PROT 1277 arch/x86/mm/fault.c if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) {