Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtrap_pf.h18 X86_PF_PROT = 1 << 0, enumerator
/openbmc/linux/arch/x86/mm/
H A Dfault.c547 !(error_code & X86_PF_PROT) ? "not-present page" : in show_fault_oops()
619 *error_code |= X86_PF_PROT; in sanitize_error_code()
686 if (!(error_code & X86_PF_PROT) && in page_fault_oops()
990 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()
991 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()
1097 if (unlikely(error_code & X86_PF_PROT)) in access_error()
1161 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
/openbmc/linux/arch/x86/boot/compressed/
H A Dident_map_64.c377 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()
/openbmc/linux/arch/x86/kernel/
H A Dsev.c340 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem()
419 unsigned long error_code = X86_PF_PROT; in vc_read_mem()