Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c443 if (drvdata->stallctl) in etm4_enable_hw()
1237 drvdata->stallctl = !!(etmidr3 & TRCIDR3_STALLCTL); in etm4_init_arch_data()
1692 if (drvdata->stallctl) in __etm4_cpu_save()
1824 if (drvdata->stallctl) in __etm4_cpu_restore()
H A Dcoresight-etm4x.h1029 bool stallctl; member
H A Dcoresight-etm4x-sysfs.c400 if ((config->mode & ETM_MODE_ISTALL_EN) && (drvdata->stallctl == true)) in mode_store()