Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/mm/
Dfault.c551 !(error_code & X86_PF_PROT) ? "not-present page" : in show_fault_oops()
627 *error_code |= X86_PF_PROT; in sanitize_error_code()
694 if (!(error_code & X86_PF_PROT) && in page_fault_oops()
1002 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()
1003 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()
1109 if (unlikely(error_code & X86_PF_PROT)) in access_error()
1173 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
/linux-6.12.1/arch/x86/include/asm/
Dtrap_pf.h21 X86_PF_PROT = BIT(0), enumerator
/linux-6.12.1/arch/x86/boot/compressed/
Dident_map_64.c378 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()
/linux-6.12.1/arch/x86/coco/sev/
Dcore.c372 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem()
451 unsigned long error_code = X86_PF_PROT; in vc_read_mem()