Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtrap_pf.h21 X86_PF_RSVD = 1 << 3, enumerator
/openbmc/linux/arch/x86/mm/
H A Dfault.c548 (error_code & X86_PF_RSVD) ? "reserved bit violation" : in show_fault_oops()
1161 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
1235 if (unlikely(error_code & X86_PF_RSVD)) in do_user_addr_fault()
/openbmc/linux/arch/x86/boot/compressed/
H A Dident_map_64.c377 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()