Searched refs:PF_WRITE (Results 1 – 1 of 1) sorted by relevance
40 PF_WRITE = 1 << 1, enumerator921 if ((error_code & PF_WRITE) && !pte_write(*pte)) in spurious_fault_check()969 if (error_code != (PF_WRITE | PF_PROT) in spurious_fault()1015 if (error_code & PF_WRITE) { in access_error()1165 if (error_code & PF_WRITE) in __do_page_fault()