Lines Matching full:injection
3 * Machine check injection support.
10 * The AMD part (from mce_amd_inj.c): a simple MCE injection facility
48 SW_INJ = 0, /* SW injection, simply decode the error */
63 /* Set default injection to SW_INJ */
100 /* Use the user provided IPID value on a sw injection. */
524 /* prep MCE global settings for the injection */ in do_inject()
582 * the injection, at the same time.
602 * sw-only injection allows to write arbitrary values into the MCA in inj_bank_set()
629 /* Reset injection struct */ in inj_bank_set()
664 "\t injection.\n"
666 "flags:\t Injection type to be performed. Writing to this file will trigger a\n"
670 "\t Allowed error injection types:\n"
671 "\t - \"sw\": Software error injection. Decode error to a human-readable \n"
673 "\t - \"hw\": Hardware error injection. Causes the #MC exception handler to \n"
755 pr_warn("Platform does not allow *hardware* error injection." in check_hw_inj_possible()
802 MODULE_DESCRIPTION("Machine check injection support");