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

/linux-master/arch/x86/include/asm/
H A Dtrap_pf.h22 X86_PF_WRITE = BIT(1), enumerator in enum:x86_pf_error_code
/linux-master/arch/x86/kernel/
H A Dumip.c306 tsk->thread.error_code = X86_PF_USER | X86_PF_WRITE;
315 X86_PF_USER | X86_PF_WRITE);
H A Dsev.c359 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE;
1448 ctxt->fi.error_code |= X86_PF_WRITE;
H A Dsev-shared.c651 ctxt->fi.error_code |= X86_PF_WRITE;
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c109 thread->error_code = X86_PF_USER | X86_PF_WRITE;
131 if ((error_code & (X86_PF_WRITE | X86_PF_USER)) != X86_PF_USER)
/linux-master/arch/x86/mm/
H A Dfault.c545 (error_code & X86_PF_WRITE) ? "write access" :
693 kfence_handle_page_fault(address, error_code & X86_PF_WRITE, regs))
891 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE),
978 if ((error_code & X86_PF_WRITE) && !pte_write(*pte))
1027 if (error_code != (X86_PF_WRITE | X86_PF_PROT) &&
1108 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE),
1124 if (error_code & X86_PF_WRITE) {
1320 if (error_code & X86_PF_WRITE)

Completed in 136 milliseconds