Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtrap_pf.h29 X86_PF_RMP = BIT(31), enumerator
/linux/arch/x86/mm/
H A Dfault.c552 (error_code & X86_PF_RMP) ? "RMP violation" : in show_fault_oops()
586 if (error_code & X86_PF_RMP) in show_fault_oops()