Searched refs:X86_PF_WRITE (Results 1 – 3 of 3) sorted by relevance
278 tsk->thread.error_code = X86_PF_USER | X86_PF_WRITE; in force_sig_info_umip_fault()292 X86_PF_USER | X86_PF_WRITE); in force_sig_info_umip_fault()
948 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in bad_area_access_from_pkeys()1037 if ((error_code & X86_PF_WRITE) && !pte_write(*pte)) in spurious_fault_check()1092 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_fault()1161 if (!arch_vma_access_permitted(vma, (error_code & X86_PF_WRITE), in access_error()1165 if (error_code & X86_PF_WRITE) { in access_error()1303 if (error_code & X86_PF_WRITE) in __do_page_fault()
160 X86_PF_WRITE = 1 << 1, enumerator