Home
last modified time | relevance | path

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

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