Home
last modified time | relevance | path

Searched refs:X86_PF_WRITE (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/x86/mm/
Dfault.c547 (error_code & X86_PF_WRITE) ? "write access" : in show_fault_oops()
695 kfence_handle_page_fault(address, error_code & X86_PF_WRITE, regs)) in page_fault_oops()
865 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in bad_area_access_from_pkeys()
953 if ((error_code & X86_PF_WRITE) && !pte_write(*pte)) in spurious_kernel_fault_check()
1002 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_kernel_fault()
1083 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in access_error()
1099 if (error_code & X86_PF_WRITE) { in access_error()
1295 if (error_code & X86_PF_WRITE) in do_user_addr_fault()
/linux-6.12.1/arch/x86/include/asm/
Dtrap_pf.h22 X86_PF_WRITE = BIT(1), enumerator
/linux-6.12.1/arch/x86/kernel/
Dumip.c306 tsk->thread.error_code = X86_PF_USER | X86_PF_WRITE; in force_sig_info_umip_fault()
315 X86_PF_USER | X86_PF_WRITE); in force_sig_info_umip_fault()
/linux-6.12.1/arch/x86/entry/vsyscall/
Dvsyscall_64.c104 thread->error_code = X86_PF_USER | X86_PF_WRITE; in write_ok_or_segv()
124 if ((error_code & (X86_PF_WRITE | X86_PF_USER)) != X86_PF_USER) in emulate_vsyscall()
/linux-6.12.1/arch/x86/coco/sev/
Dcore.c372 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem()
1628 ctxt->fi.error_code |= X86_PF_WRITE; in vc_do_mmio()
Dshared.c793 ctxt->fi.error_code |= X86_PF_WRITE; in vc_insn_string_check()