Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/mm/
Dfault.c37 PF_PROT = 1 << 0, enumerator
794 error_code |= PF_PROT; in __bad_area_nosemaphore()
965 if (error_code != (PF_WRITE | PF_PROT) in spurious_fault()
966 && error_code != (PF_INSTR | PF_PROT)) in spurious_fault()
1019 if (unlikely(error_code & PF_PROT)) in access_error()
1098 if (!(error_code & (PF_RSVD | PF_USER | PF_PROT))) { in __do_page_fault()