Home
last modified time | relevance | path

Searched refs:TRCVMIDCVRn (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h97 #define TRCVMIDCVRn(n) (0x640 + (n * 8)) macro
350 CASE_##op((val), TRCVMIDCVRn(0)) \
351 CASE_##op((val), TRCVMIDCVRn(1)) \
352 CASE_##op((val), TRCVMIDCVRn(2)) \
353 CASE_##op((val), TRCVMIDCVRn(3)) \
354 CASE_##op((val), TRCVMIDCVRn(4)) \
355 CASE_##op((val), TRCVMIDCVRn(5)) \
356 CASE_##op((val), TRCVMIDCVRn(6)) \
357 CASE_##op((val), TRCVMIDCVRn(7)) \
H A Dcoresight-etm4x-core.c461 etm4x_relaxed_write64(csa, config->vmid_val[i], TRCVMIDCVRn(i)); in etm4_enable_hw()
1663 state->trcvmidcvr[i] = etm4x_read64(csa, TRCVMIDCVRn(i)); in __etm4_cpu_save()
1785 etm4x_relaxed_write64(csa, state->trcvmidcvr[i], TRCVMIDCVRn(i)); in __etm4_cpu_restore()