Home
last modified time | relevance | path

Searched refs:TRCVMIDCCTLR0 (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-cfg.c73 CHECKREG(TRCVMIDCCTLR0, vmid_mask0); in etm4_cfg_map_reg_offset()
H A Dcoresight-etm4x.h101 #define TRCVMIDCCTLR0 0x688 macro
459 CASE_##op((val), TRCVMIDCCTLR0) \
H A Dcoresight-etm4x-core.c496 etm4x_relaxed_write32(csa, config->vmid_mask0, TRCVMIDCCTLR0); in etm4_enable_hw()
1755 state->trcvmidcctlr0 = etm4x_read32(csa, TRCVMIDCCTLR0); in __etm4_cpu_save()
1879 etm4x_relaxed_write32(csa, state->trcvmidcctlr0, TRCVMIDCCTLR0); in __etm4_cpu_restore()
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h92 #define TRCVMIDCCTLR0 0x688 macro
H A Dcoresight-etm4x-core.c198 writel_relaxed(config->vmid_mask0, drvdata->base + TRCVMIDCCTLR0); in etm4_enable_hw()
1253 state->trcvmidcctlr0 = readl(drvdata->base + TRCVMIDCCTLR0); in etm4_cpu_save()
1369 writel_relaxed(state->trcvmidcctlr0, drvdata->base + TRCVMIDCCTLR0); in etm4_cpu_restore()

Completed in 11 milliseconds