Home
last modified time | relevance | path

Searched refs:stallctl (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A 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()
H A Dcoresight-etm4x.h213 * @stallctl: If functionality that prevents trace unit buffer overflows
457 bool stallctl; member
H A Dcoresight-etm4x-sysfs.c396 if ((config->mode & ETM_MODE_ISTALL_EN) && (drvdata->stallctl == true)) in mode_store()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c443 if (drvdata->stallctl) in etm4_enable_hw()
1235 drvdata->stallctl = !!(etmidr3 & TRCIDR3_STALLCTL); in etm4_init_arch_data()
1690 if (drvdata->stallctl) in __etm4_cpu_save()
1821 if (drvdata->stallctl) in __etm4_cpu_restore()
H A Dcoresight-etm4x.h801 * @stallctl: If functionality that prevents trace unit buffer overflows
1054 bool stallctl; member
H A Dcoresight-etm4x-sysfs.c400 if ((config->mode & ETM_MODE_ISTALL_EN) && (drvdata->stallctl == true)) in mode_store()

Completed in 15 milliseconds