Home
last modified time | relevance | path

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

/openbmc/linux/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()
1246 drvdata->nr_pe = (FIELD_GET(TRCIDR3_NUMPROC_HI_MASK, etmidr3) << 3) | in etm4_init_arch_data()
1686 if (drvdata->nr_pe) in __etm4_cpu_save()
1818 if (drvdata->nr_pe) in __etm4_cpu_restore()
H A Dcoresight-etm4x.h996 u8 nr_pe; member
H A Dcoresight-etm4x-sysfs.c470 if (val > drvdata->nr_pe) { in pe_store()