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

/linux-master/arch/x86/include/asm/
H A Dtrap_pf.h24 X86_PF_RSVD = BIT(3), enumerator in enum:x86_pf_error_code
/linux-master/arch/x86/boot/compressed/
H A Dident_map_64.c378 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD))
/linux-master/arch/x86/mm/
H A Dfault.c550 (error_code & X86_PF_RSVD) ? "reserved bit violation" :
1198 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) {
1272 if (unlikely(error_code & X86_PF_RSVD))

Completed in 123 milliseconds