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

/linux-master/arch/x86/kernel/cpu/mce/
H A Dinject.c64 static enum injection_type inj_type = SW_INJ; variable in typeref:enum:injection_type
106 if (inj_type == SW_INJ)
345 inj_type = i;
358 n = sprintf(buf, "%s\n", flags_options[inj_type]);
515 if (inj_type == SW_INJ) {
531 if (inj_type == DFR_INT_INJ) {
555 i_mce.inject_flags = inj_type;
560 switch (inj_type) {
601 if (inj_type == SW_INJ)

Completed in 159 milliseconds