Searched refs:TRCCNTVRn (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-cfg-afdo.c | 47 .offset = TRCCNTVRn(0), 65 .offset = TRCCNTVRn(1),
|
| H A D | coresight-etm4x-cfg.c | 118 (offset <= TRCCNTVRn((ETMv4_MAX_CNTR - 1)))) { in etm4_cfg_map_reg_offset() 125 CHECKREGIDX(TRCCNTVRn(0), cntr_val, idx, off_mask); in etm4_cfg_map_reg_offset()
|
| H A D | coresight-etm4x.h | 54 #define TRCCNTVRn(n) (0x160 + (n * 4)) /* n = 0-3 */ macro 305 CASE_##op((val), TRCCNTVRn(0)) \ 306 CASE_##op((val), TRCCNTVRn(1)) \ 307 CASE_##op((val), TRCCNTVRn(2)) \ 308 CASE_##op((val), TRCCNTVRn(3)) \
|
| H A D | coresight-etm4x-core.c | 557 etm4x_relaxed_write32(csa, config->cntr_val[i], TRCCNTVRn(i)); in etm4_enable_hw() 1025 etm4x_relaxed_read32(csa, TRCCNTVRn(i)); in etm4_disable_hw() 1915 state->trccntvr[i] = etm4x_read32(csa, TRCCNTVRn(i)); in __etm4_cpu_save() 2045 etm4x_relaxed_write32(csa, state->trccntvr[i], TRCCNTVRn(i)); in __etm4_cpu_restore()
|
| /linux/arch/arm64/kvm/ |
| H A D | emulate-nested.c | 1689 SR_FGT(SYS_TRCCNTVR(0), HDFGRTR, TRCCNTVRn, 1), 1690 SR_FGT(SYS_TRCCNTVR(1), HDFGRTR, TRCCNTVRn, 1), 1691 SR_FGT(SYS_TRCCNTVR(2), HDFGRTR, TRCCNTVRn, 1), 1692 SR_FGT(SYS_TRCCNTVR(3), HDFGRTR, TRCCNTVRn, 1),
|