Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c127 if (drvdata->nr_pe) in etm4_enable_hw()
730 drvdata->nr_pe = BMVAL(etmidr3, 28, 30); in etm4_init_arch_data()
1185 if (drvdata->nr_pe) in etm4_cpu_save()
1296 if (drvdata->nr_pe) in etm4_cpu_restore()
Dcoresight-etm4x.h426 u8 nr_pe; member
Dcoresight-etm4x-sysfs.c462 if (val > drvdata->nr_pe) { in pe_store()