Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtrap_pf.h24 X86_PF_RSVD = BIT(3), enumerator
/linux/arch/x86/boot/compressed/
H A Dident_map_64.c378 if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) in do_boot_page_fault()