Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-self-hosted-trace.h26 u64 trfcr = read_trfcr(); in cpu_prohibit_trace() local
29 write_trfcr(trfcr & ~(TRFCR_ELx_ExTRE | TRFCR_ELx_E0TRE)); in cpu_prohibit_trace()
H A Dcoresight-etm4x-core.c248 if (!drvdata->trfcr) in etm4x_prohibit_trace()
265 u64 trfcr = drvdata->trfcr; in etm4x_allow_trace() local
268 if (!trfcr) in etm4x_allow_trace()
272 trfcr &= ~TRFCR_ELx_ExTRE; in etm4x_allow_trace()
274 trfcr &= ~TRFCR_ELx_E0TRE; in etm4x_allow_trace()
276 write_trfcr(trfcr); in etm4x_allow_trace()
1006 u64 trfcr; in cpu_detect_trace_filtering() local
1008 drvdata->trfcr = 0; in cpu_detect_trace_filtering()
1017 trfcr = (TRFCR_ELx_TS_VIRTUAL | in cpu_detect_trace_filtering()
1023 trfcr |= TRFCR_EL2_CX; in cpu_detect_trace_filtering()
[all …]
H A Dcoresight-etm4x.h978 u64 trfcr; member