Home
last modified time | relevance | path

Searched refs:X86_PF_PROT (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dtrap_pf.h16 X86_PF_PROT = 1 << 0, enumerator
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dtrap_pf.h18 X86_PF_PROT = 1 << 0, enumerator
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dfault.c553 !(error_code & X86_PF_PROT) ? "not-present page" : in show_fault_oops()
627 error_code |= X86_PF_PROT; in set_signal_archinfo()
822 error_code |= X86_PF_PROT; in __bad_area_nosemaphore()
1047 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()
1048 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()
1128 if (unlikely(error_code & X86_PF_PROT)) in access_error()
1184 * would have X86_PF_PROT==0). in do_kern_addr_fault()
1192 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
/kernel/linux/linux-6.6/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()
1021 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()
1022 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_kernel_fault()
1128 if (unlikely(error_code & X86_PF_PROT)) in access_error()
1184 * would have X86_PF_PROT==0). in do_kern_addr_fault()
1192 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dident_map_64.c359 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsev-es.c262 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem()
341 unsigned long error_code = X86_PF_PROT; in vc_read_mem()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsev.c338 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem()
417 unsigned long error_code = X86_PF_PROT; in vc_read_mem()

Completed in 12 milliseconds