Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/cpu/mce/
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()
344 if (i > SW_INJ && !hw_injection_possible) in __set_inj()
518 if (inj_type == SW_INJ) { in do_inject()
604 if (inj_type == SW_INJ) in inj_bank_set()

Completed in 3 milliseconds