Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c413 if (drvdata->stallctl) in etm4_enable_hw()
1153 drvdata->stallctl = !!(etmidr3 & TRCIDR3_STALLCTL); in etm4_init_arch_data()
1613 if (drvdata->stallctl) in __etm4_cpu_save()
1742 if (drvdata->stallctl) in __etm4_cpu_restore()
Dcoresight-etm4x.h1058 bool stallctl; member
Dcoresight-etm4x-sysfs.c399 if ((config->mode & ETM_MODE_ISTALL_EN) && (drvdata->stallctl == true)) in mode_store()