Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c90 drvdata->nr_pe && in etm4x_sspcicrn_present()
468 if (drvdata->nr_pe) in etm4_enable_hw()
1320 drvdata->nr_pe = (FIELD_GET(TRCIDR3_NUMPROC_HI_MASK, etmidr3) << 3) | in etm4_init_arch_data()
1760 if (drvdata->nr_pe) in __etm4_cpu_save()
1892 if (drvdata->nr_pe) in __etm4_cpu_restore()
H A Dcoresight-etm4x.h995 u8 nr_pe; member
H A Dcoresight-etm4x-sysfs.c471 if (val > drvdata->nr_pe) { in pe_store()