Home
last modified time | relevance | path

Searched refs:X86_PF_RSVD (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dtrap_pf.h19 X86_PF_RSVD = 1 << 3, enumerator
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dtrap_pf.h21 X86_PF_RSVD = 1 << 3, enumerator
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dfault.c554 (error_code & X86_PF_RSVD) ? "reserved bit violation" : in show_fault_oops()
1192 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
1241 if (unlikely(hw_error_code & X86_PF_RSVD)) in do_user_addr_fault()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dfault.c548 (error_code & X86_PF_RSVD) ? "reserved bit violation" : in show_fault_oops()
1192 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
1266 if (unlikely(error_code & X86_PF_RSVD)) in do_user_addr_fault()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dident_map_64.c359 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds