Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c34 enum context { IN_KERNEL = 1, IN_USER = 2, IN_KERNEL_RECOV = 3 }; enumerator
56 #define KERNEL .context = IN_KERNEL
283 return IN_KERNEL; in error_context()
295 return IN_KERNEL; in error_context()
305 return IN_KERNEL; in error_context()
358 if (error_context(m, regs) == IN_KERNEL) { in mce_severity_amd()