Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c134 if (drvdata->stallctl) in etm4_enable_hw()
719 drvdata->stallctl = true; in etm4_init_arch_data()
721 drvdata->stallctl = false; in etm4_init_arch_data()
1191 if (drvdata->stallctl) in etm4_cpu_save()
1302 if (drvdata->stallctl) in etm4_cpu_restore()
Dcoresight-etm4x.h457 bool stallctl; member
Dcoresight-etm4x-sysfs.c392 if ((config->mode & ETM_MODE_ISTALL_EN) && (drvdata->stallctl == true)) in mode_store()