Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H A Dinject.c48 SW_INJ = 0, /* SW injection, simply decode the error */ enumerator
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) 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()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dinject.c46 SW_INJ = 0, /* SW injection, simply decode the error */ enumerator
54 [SW_INJ] = "sw",
61 /* Set default injection to SW_INJ */
62 static enum injection_type inj_type = SW_INJ;
496 if (inj_type == SW_INJ) { in do_inject()

Completed in 2 milliseconds