Home
last modified time | relevance | path

Searched refs:TRCPRGCTLR (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c453 etm4x_relaxed_write32(csa, 0, TRCPRGCTLR); in etm4_enable_hw()
551 etm4x_relaxed_write32(csa, 1, TRCPRGCTLR); in etm4_enable_hw()
907 control = etm4x_relaxed_read32(csa, TRCPRGCTLR); in etm4_disable_hw()
926 etm4x_relaxed_write32(csa, control, TRCPRGCTLR); in etm4_disable_hw()
1759 state->trcprgctlr = etm4x_read32(csa, TRCPRGCTLR); in __etm4_cpu_save()
1891 etm4x_relaxed_write32(csa, state->trcprgctlr, TRCPRGCTLR); in __etm4_cpu_restore()
H A Dcoresight-etm4x.h26 #define TRCPRGCTLR 0x004 macro
273 CASE_##op((val), TRCPRGCTLR) \
/linux-6.15/arch/arm64/tools/
H A Dsysreg2761 Field 44 TRCPRGCTLR
2825 Field 44 TRCPRGCTLR
/linux-6.15/arch/arm64/kvm/
H A Demulate-nested.c1610 SR_FGT(SYS_TRCPRGCTLR, HDFGRTR, TRCPRGCTLR, 1),