Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dtrap_pf.h24 X86_PF_RSVD = BIT(3), enumerator
/linux-6.12.1/arch/x86/mm/
Dfault.c552 (error_code & X86_PF_RSVD) ? "reserved bit violation" : in show_fault_oops()
1173 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
1247 if (unlikely(error_code & X86_PF_RSVD)) in do_user_addr_fault()
/linux-6.12.1/arch/x86/boot/compressed/
Dident_map_64.c378 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()