Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dinject.c48 SW_INJ = 0, /* SW injection, simply decode the error */ enumerator
56 [SW_INJ] = "sw",
64 static enum injection_type inj_type = SW_INJ;
106 if (inj_type == SW_INJ) in inj_ipid_set()
343 if (i > SW_INJ && !hw_injection_possible) in __set_inj()
517 if (inj_type == SW_INJ) { in do_inject()
603 if (inj_type == SW_INJ) in inj_bank_set()