Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce-severity.c32 enum context { IN_KERNEL = 1, IN_USER = 2 }; enumerator
50 #define USER .context = IN_USER
186 return ((m->cs & 3) == 3) ? IN_USER : IN_KERNEL; in error_context()