Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce-inject.c55 SW_INJ = 0, /* SW injection, simply decode the error */ enumerator
63 [SW_INJ] = "sw",
71 static enum injection_type inj_type = SW_INJ;
502 if (inj_type == SW_INJ) { in do_inject()