Searched refs:TRCCIDCVRn (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-etm4x.h | 91 #define TRCCIDCVRn(n) (0x600 + (n * 8)) macro 462 CASE_##op((val), TRCCIDCVRn(0)) \ 463 CASE_##op((val), TRCCIDCVRn(1)) \ 464 CASE_##op((val), TRCCIDCVRn(2)) \ 465 CASE_##op((val), TRCCIDCVRn(3)) \ 466 CASE_##op((val), TRCCIDCVRn(4)) \ 467 CASE_##op((val), TRCCIDCVRn(5)) \ 468 CASE_##op((val), TRCCIDCVRn(6)) \ 469 CASE_##op((val), TRCCIDCVRn(7)) \
|
| H A D | coresight-etm4x-cfg.c | 92 } else if ((offset >= TRCCIDCVRn(0)) && (offset <= TRCVMIDCVRn(7))) { in etm4_cfg_map_reg_offset() 97 CHECKREGIDX(TRCCIDCVRn(0), ctxid_pid, idx, off_mask); in etm4_cfg_map_reg_offset()
|
| H A D | coresight-etm4x-core.c | 582 etm4x_relaxed_write64(csa, config->ctxid_pid[i], TRCCIDCVRn(i)); in etm4_enable_hw() 1971 state->trccidcvr[i] = etm4x_read64(csa, TRCCIDCVRn(i)); in __etm4_cpu_save() 2094 etm4x_relaxed_write64(csa, state->trccidcvr[i], TRCCIDCVRn(i)); in __etm4_cpu_restore()
|