Searched refs:IN_KERNEL (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/cpu/mce/
H A Dseverity.c34 enum context { IN_KERNEL = 1, IN_USER = 2, IN_KERNEL_RECOV = 3 }; enumerator in enum:context
56 #define KERNEL .context = IN_KERNEL
266 * to assume the worst case (IN_KERNEL) as we actually
283 return IN_KERNEL;
295 return IN_KERNEL;
305 return IN_KERNEL;
358 if (error_context(m, regs) == IN_KERNEL) {

Completed in 118 milliseconds