Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dtrap_pf.h17 X86_PF_PROT = 1 << 0, enumerator
/linux-6.3-rc2/arch/x86/mm/
A Dfault.c546 !(error_code & X86_PF_PROT) ? "not-present page" : in show_fault_oops()
618 *error_code |= X86_PF_PROT; in sanitize_error_code()
685 if (!(error_code & X86_PF_PROT) && in page_fault_oops()
1035 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()
1036 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()
1128 if (unlikely(error_code & X86_PF_PROT)) in access_error()
1192 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
/linux-6.3-rc2/arch/x86/boot/compressed/
A Dident_map_64.c377 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()
/linux-6.3-rc2/arch/x86/kernel/
A Dsev.c326 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem()
405 unsigned long error_code = X86_PF_PROT; in vc_read_mem()

Completed in 9 milliseconds