Searched refs:IN_KERNEL (Results 1 – 1 of 1) sorted by relevance
32 enum context { IN_KERNEL = 1, IN_USER = 2 }; enumerator49 #define KERNEL .context = IN_KERNEL186 return ((m->cs & 3) == 3) ? IN_USER : IN_KERNEL; in error_context()211 if (!(m->mcgstatus & MCG_STATUS_RIPV) && (ctx == IN_KERNEL)) in mce_severity_amd()265 if (s->sev >= MCE_UC_SEVERITY && ctx == IN_KERNEL) { in mce_severity_intel()