Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c90 drvdata->nr_pe && in etm4x_sspcicrn_present()
436 if (drvdata->nr_pe) in etm4_enable_hw()
1244 drvdata->nr_pe = (FIELD_GET(TRCIDR3_NUMPROC_HI_MASK, etmidr3) << 3) | in etm4_init_arch_data()
1684 if (drvdata->nr_pe) in __etm4_cpu_save()
1815 if (drvdata->nr_pe) in __etm4_cpu_restore()
H A Dcoresight-etm4x.h956 * @nr_pe: The number of processing entity available for tracing.
1022 u8 nr_pe; member
H A Dcoresight-etm4x-sysfs.c470 if (val > drvdata->nr_pe) { in pe_store()
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h367 * @nr_pe: The number of processing entity available for tracing.
426 u8 nr_pe; member
H A 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()
H A Dcoresight-etm4x-sysfs.c466 if (val > drvdata->nr_pe) { in pe_store()

Completed in 16 milliseconds