Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/mm/
Dfault.c38 PF_WRITE = 1 << 1, enumerator
917 if ((error_code & PF_WRITE) && !pte_write(*pte)) in spurious_fault_check()
965 if (error_code != (PF_WRITE | PF_PROT) in spurious_fault()
1011 if (error_code & PF_WRITE) { in access_error()
1161 if (error_code & PF_WRITE) in __do_page_fault()