Home
last modified time | relevance | path

Searched refs:PF_WRITE (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/mm/
Dfault.c40 PF_WRITE = 1 << 1, enumerator
921 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()