Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dtraps.h171 X86_PF_RSVD = 1 << 3, enumerator
/Linux-v5.4/arch/x86/mm/
Dfault.c626 (error_code & X86_PF_RSVD) ? "reserved bit violation" : in show_fault_oops()
1255 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
1303 if (unlikely(hw_error_code & X86_PF_RSVD)) in do_user_addr_fault()