Searched refs:X86_PF_WRITE (Results 1 - 6 of 6) sorted by last modified time

/linux-master/arch/x86/mm/
H A Dfault.c546 (error_code & X86_PF_WRITE) ? "write access" :
694 kfence_handle_page_fault(address, error_code & X86_PF_WRITE, regs))
861 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE),
948 if ((error_code & X86_PF_WRITE) && !pte_write(*pte))
997 if (error_code != (X86_PF_WRITE | X86_PF_PROT) &&
1078 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE),
1094 if (error_code & X86_PF_WRITE) {
1290 if (error_code & X86_PF_WRITE)
/linux-master/arch/x86/kernel/
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;
H A Dumip.c306 tsk->thread.error_code = X86_PF_USER | X86_PF_WRITE;
315 X86_PF_USER | X86_PF_WRITE);
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c104 thread->error_code = X86_PF_USER | X86_PF_WRITE;
124 if ((error_code & (X86_PF_WRITE | X86_PF_USER)) != X86_PF_USER)
/linux-master/arch/x86/include/asm/
H A Dtrap_pf.h22 X86_PF_WRITE = BIT(1), enumerator in enum:x86_pf_error_code

Completed in 299 milliseconds