Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-self-hosted-trace.h29 write_trfcr(trfcr & ~(TRFCR_ELx_ExTRE | TRFCR_ELx_E0TRE)); in cpu_prohibit_trace()
H A Dcoresight-etm4x-core.c274 trfcr &= ~TRFCR_ELx_E0TRE; in etm4x_allow_trace()
1019 TRFCR_ELx_E0TRE); in cpu_detect_trace_filtering()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dsysreg.h1117 #define TRFCR_ELx_E0TRE BIT(0) macro