Searched refs:IN_USER (Results 1 – 1 of 1) sorted by relevance
32 enum context { IN_KERNEL = 1, IN_USER = 2 }; enumerator50 #define USER .context = IN_USER186 return ((m->cs & 3) == 3) ? IN_USER : IN_KERNEL; in error_context()