Searched refs:TRCVMIDCVRn (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-cfg.c | 92 } else if ((offset >= TRCCIDCVRn(0)) && (offset <= TRCVMIDCVRn(7))) { in etm4_cfg_map_reg_offset() 98 CHECKREGIDX(TRCVMIDCVRn(0), vmid_val, idx, off_mask); in etm4_cfg_map_reg_offset()
|
H A D | coresight-etm4x.h | 98 #define TRCVMIDCVRn(n) (0x640 + (n * 8)) macro 449 CASE_##op((val), TRCVMIDCVRn(0)) \ 450 CASE_##op((val), TRCVMIDCVRn(1)) \ 451 CASE_##op((val), TRCVMIDCVRn(2)) \ 452 CASE_##op((val), TRCVMIDCVRn(3)) \ 453 CASE_##op((val), TRCVMIDCVRn(4)) \ 454 CASE_##op((val), TRCVMIDCVRn(5)) \ 455 CASE_##op((val), TRCVMIDCVRn(6)) \ 456 CASE_##op((val), TRCVMIDCVRn(7)) \
|
H A D | coresight-etm4x-core.c | 495 etm4x_relaxed_write64(csa, config->vmid_val[i], TRCVMIDCVRn(i)); in etm4_enable_hw() 1749 state->trcvmidcvr[i] = etm4x_read64(csa, TRCVMIDCVRn(i)); in __etm4_cpu_save() 1873 etm4x_relaxed_write64(csa, state->trcvmidcvr[i], TRCVMIDCVRn(i)); in __etm4_cpu_restore()
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x.h | 89 #define TRCVMIDCVRn(n) (0x640 + (n * 8)) macro
|
H A D | coresight-etm4x-core.c | 197 drvdata->base + TRCVMIDCVRn(i)); in etm4_enable_hw() 1247 state->trcvmidcvr[i] = readq(drvdata->base + TRCVMIDCVRn(i)); in etm4_cpu_save() 1363 drvdata->base + TRCVMIDCVRn(i)); in etm4_cpu_restore()
|
Completed in 9 milliseconds