Searched refs:nr_pe (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c90 drvdata->nr_pe &&
436 if (drvdata->nr_pe)
1282 drvdata->nr_pe = (FIELD_GET(TRCIDR3_NUMPROC_HI_MASK, etmidr3) << 3) |
1722 if (drvdata->nr_pe)
1853 if (drvdata->nr_pe)
H A Dcoresight-etm4x.h956 * @nr_pe: The number of processing entity available for tracing.
1021 u8 nr_pe; member in struct:etmv4_drvdata
H A Dcoresight-etm4x-sysfs.c470 if (val > drvdata->nr_pe) {

Completed in 143 milliseconds