Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dfault.c39 PF_PROT = 1 << 0, enumerator
798 error_code |= PF_PROT; in __bad_area_nosemaphore()
969 if (error_code != (PF_WRITE | PF_PROT) in spurious_fault()
970 && error_code != (PF_INSTR | PF_PROT)) in spurious_fault()
1023 if (unlikely(error_code & PF_PROT)) in access_error()
1102 if (!(error_code & (PF_RSVD | PF_USER | PF_PROT))) { in __do_page_fault()