Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dtrap_pf.h16 X86_PF_PROT = 1 << 0, enumerator
/Linux-v5.10/arch/x86/mm/
Dfault.c546 !(error_code & X86_PF_PROT) ? "not-present page" : in show_fault_oops()
620 error_code |= X86_PF_PROT; in set_signal_archinfo()
815 error_code |= X86_PF_PROT; in __bad_area_nosemaphore()
1040 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()
1041 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()
1121 if (unlikely(error_code & X86_PF_PROT)) in access_error()
1185 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
/Linux-v5.10/arch/x86/boot/compressed/
Dident_map_64.c351 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()
/Linux-v5.10/arch/x86/kernel/
Dsev-es.c282 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem()
331 unsigned long error_code = X86_PF_PROT; in vc_read_mem()