Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dtrap_pf.h21 X86_PF_PROT = BIT(0), enumerator
/arch/x86/mm/
A Dfault.c549 !(error_code & X86_PF_PROT) ? "not-present page" : in show_fault_oops()
625 *error_code |= X86_PF_PROT; in sanitize_error_code()
692 if (!(error_code & X86_PF_PROT) && in page_fault_oops()
1000 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()
1001 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()
1107 if (unlikely(error_code & X86_PF_PROT)) in access_error()
1171 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
/arch/x86/boot/compressed/
A Dident_map_64.c378 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()
/arch/x86/coco/sev/
A Dvc-handle.c199 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem()
278 unsigned long error_code = X86_PF_PROT; in vc_read_mem()

Completed in 10 milliseconds