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

/linux-master/arch/x86/kernel/cpu/mce/
H A Dinject.c48 SW_INJ = 0, /* SW injection, simply decode the error */ enumerator in enum:injection_type
56 [SW_INJ] = "sw",
63 /* Set default injection to SW_INJ */
64 static enum injection_type inj_type = SW_INJ;
106 if (inj_type == SW_INJ)
343 if (i > SW_INJ && !hw_injection_possible)
515 if (inj_type == SW_INJ) {
601 if (inj_type == SW_INJ)

Completed in 266 milliseconds