Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/lkdtm/
Dcore.c114 static char* cpoint_name; variable
115 module_param(cpoint_name, charp, 0444);
116 MODULE_PARM_DESC(cpoint_name, " Crash Point, where kernel is to be crashed");
395 if ((cpoint_type || cpoint_name) && !(cpoint_type && cpoint_name)) { in lkdtm_module_init()
408 if (cpoint_name) { in lkdtm_module_init()
410 if (!strcmp(cpoint_name, crashpoints[i].name)) in lkdtm_module_init()
416 pr_err("Invalid crashpoint %s\n", cpoint_name); in lkdtm_module_init()
/linux-6.1.9/Documentation/fault-injection/
Dprovoke-crashes.rst20 insmod lkdtm.ko [recur_count={>0}] cpoint_name=<> cpoint_type=<>
29 cpoint_name