Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dinject.c64 static enum injection_type inj_type = SW_INJ; variable
106 if (inj_type == SW_INJ) in inj_ipid_set()
344 inj_type = i; in __set_inj()
357 n = sprintf(buf, "%s\n", flags_options[inj_type]); in flags_read()
519 if (inj_type == SW_INJ) { in do_inject()
536 if (inj_type == DFR_INT_INJ) { in do_inject()
560 i_mce.inject_flags = inj_type; in do_inject()
565 switch (inj_type) { in do_inject()
606 if (inj_type == SW_INJ) in inj_bank_set()