Searched refs:trfcr (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c272 if (!drvdata->trfcr)
289 u64 trfcr = drvdata->trfcr; local
292 if (!trfcr)
296 trfcr &= ~TRFCR_ELx_ExTRE;
298 trfcr &= ~TRFCR_ELx_E0TRE;
300 write_trfcr(trfcr);
1132 u64 trfcr; local
1134 drvdata->trfcr = 0;
1143 trfcr
[all...]
H A Dcoresight-etm4x.h1002 * @trfcr: If the CPU supports FEAT_TRF, value of the TRFCR_ELx that
1058 u64 trfcr; member in struct:etmv4_drvdata
H A Dcoresight-trbe.c1121 u64 trfcr;
1133 trfcr = cpu_prohibit_trace();
1172 write_trfcr(trfcr);
1120 u64 trfcr; local
H A Dcoresight-etm4x-sysfs.c2317 if (!drvdata->trfcr) {
2322 switch (drvdata->trfcr & TRFCR_ELx_TS_MASK) {
2326 val = FIELD_GET(TRFCR_ELx_TS_MASK, drvdata->trfcr);
H A Dcoresight-self-hosted-trace.h26 u64 trfcr = read_trfcr(); local
29 write_trfcr(trfcr & ~(TRFCR_ELx_ExTRE | TRFCR_ELx_E0TRE));
31 return trfcr;

Completed in 185 milliseconds