Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
345 inj_type = i; in __set_inj()
358 n = sprintf(buf, "%s\n", flags_options[inj_type]); in flags_read()
517 if (inj_type == SW_INJ) { in do_inject()
533 if (inj_type == DFR_INT_INJ) { in do_inject()
557 i_mce.inject_flags = inj_type; in do_inject()
562 switch (inj_type) { 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.c62 static enum injection_type inj_type = SW_INJ; variable
326 inj_type = i; in __set_inj()
339 n = sprintf(buf, "%s\n", flags_options[inj_type]); in flags_read()
496 if (inj_type == SW_INJ) { in do_inject()
512 if (inj_type == DFR_INT_INJ) { in do_inject()
536 i_mce.inject_flags = inj_type; in do_inject()
541 switch (inj_type) { in do_inject()

Completed in 3 milliseconds