Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dtraps.h162 X86_PF_RSVD = 1 << 3, enumerator
/Linux-v4.19/arch/x86/mm/
Dfault.c1243 if (!(error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in __do_page_fault()
1268 if (unlikely(error_code & X86_PF_RSVD)) in __do_page_fault()