Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/cpu/mce/
Dinject.c46 SW_INJ = 0, /* SW injection, simply decode the error */ enumerator
54 [SW_INJ] = "sw",
62 static enum injection_type inj_type = SW_INJ;
496 if (inj_type == SW_INJ) { in do_inject()