Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dfault.c884 error_code |= X86_PF_PROT; in __bad_area_nosemaphore()
1092 if (error_code != (X86_PF_WRITE | X86_PF_PROT) && in spurious_fault()
1093 error_code != (X86_PF_INSTR | X86_PF_PROT)) in spurious_fault()
1173 if (unlikely(error_code & X86_PF_PROT)) in access_error()
1243 if (!(error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in __do_page_fault()
/Linux-v4.19/arch/x86/include/asm/
Dtraps.h159 X86_PF_PROT = 1 << 0, enumerator