Lines Matching full:injection
15 * EDAC Error Injection interface
20 * edac inject trigger Trigger injection
22 * edac inject test_default Set default injection parameters
155 "Injection address base: 0x%llx\n", addr); in cmd_inject_addr()
160 "Set injection address base to: %s\n", argv[1]); in cmd_inject_addr()
201 "Injection address mask: 0x%llx\n", mask); in cmd_inject_mask()
206 "Set injection address mask to %llx\n", value); in cmd_inject_mask()
229 shell_fprintf(sh, SHELL_NORMAL, "Triggering injection\n"); in cmd_inject_trigger()
283 shell_fprintf(sh, SHELL_NORMAL, "Injection error type: %s\n", in cmd_inject_error_type_show()
299 shell_fprintf(sh, SHELL_NORMAL, "Set injection error type: %s\n", in set_error_type()
343 /* EDAC Error Injection shell commands */
347 SHELL_CMD_ARG(trigger, NULL, "Trigger injection", cmd_inject_trigger,
350 "Get / Set injection error type",
354 SHELL_CMD_ARG(test_default, NULL, "Test default injection parameters",