Searched refs:trfcr (Results 1 – 3 of 3) sorted by relevance
26 u64 trfcr = read_trfcr(); in cpu_prohibit_trace() local29 write_trfcr(trfcr & ~(TRFCR_ELx_ExTRE | TRFCR_ELx_E0TRE)); in cpu_prohibit_trace()
248 if (!drvdata->trfcr) in etm4x_prohibit_trace()265 u64 trfcr = drvdata->trfcr; in etm4x_allow_trace() local268 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() local1008 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 …]
978 u64 trfcr; member