Home
last modified time | relevance | path

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

/arch/x86/ras/
Dmce_amd_inj.c40 SW_INJ = 0, /* SW injection, simply decode the error */ enumerator
48 [SW_INJ] = "sw",
56 static enum injection_type inj_type = SW_INJ;
252 if (inj_type == SW_INJ) { in do_inject()