Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dtrap_pf.h29 X86_PF_RMP = BIT(31), enumerator
/linux-6.12.1/arch/x86/mm/
Dfault.c554 (error_code & X86_PF_RMP) ? "RMP violation" : in show_fault_oops()
588 if (error_code & X86_PF_RMP) in show_fault_oops()