X86_PF_WRITE 109 arch/x86/entry/vsyscall/vsyscall_64.c thread->error_code = X86_PF_USER | X86_PF_WRITE; X86_PF_WRITE 131 arch/x86/entry/vsyscall/vsyscall_64.c if ((error_code & (X86_PF_WRITE | X86_PF_USER)) != X86_PF_USER) X86_PF_WRITE 288 arch/x86/kernel/umip.c tsk->thread.error_code = X86_PF_USER | X86_PF_WRITE; X86_PF_WRITE 297 arch/x86/kernel/umip.c X86_PF_USER | X86_PF_WRITE); X86_PF_WRITE 643 arch/x86/mm/fault.c (error_code & X86_PF_WRITE) ? "write access" : X86_PF_WRITE 975 arch/x86/mm/fault.c if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), X86_PF_WRITE 1090 arch/x86/mm/fault.c if ((error_code & X86_PF_WRITE) && !pte_write(*pte)) X86_PF_WRITE 1139 arch/x86/mm/fault.c if (error_code != (X86_PF_WRITE | X86_PF_PROT) && X86_PF_WRITE 1208 arch/x86/mm/fault.c if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), X86_PF_WRITE 1212 arch/x86/mm/fault.c if (error_code & X86_PF_WRITE) { X86_PF_WRITE 1369 arch/x86/mm/fault.c if (hw_error_code & X86_PF_WRITE)