Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c84 drvdata->nr_pe && in etm4x_sspcicrn_present()
366 if (drvdata->nr_pe) in etm4_enable_hw()
1140 drvdata->nr_pe = (BMVAL(etmidr3, 12, 13) << 3) | BMVAL(etmidr3, 28, 30); in etm4_init_arch_data()
1594 if (drvdata->nr_pe) in etm4_cpu_save()
1707 if (drvdata->nr_pe) in etm4_cpu_restore()
Dcoresight-etm4x.h937 u8 nr_pe; member
Dcoresight-etm4x-sysfs.c465 if (val > drvdata->nr_pe) { in pe_store()