Searched refs:TRCPRGCTLR (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-core.c | 421 etm4x_relaxed_write32(csa, 0, TRCPRGCTLR); in etm4_enable_hw() 519 etm4x_relaxed_write32(csa, 1, TRCPRGCTLR); in etm4_enable_hw() 885 control = etm4x_relaxed_read32(csa, TRCPRGCTLR); in etm4_disable_hw() 904 etm4x_relaxed_write32(csa, control, TRCPRGCTLR); in etm4_disable_hw() 1685 state->trcprgctlr = etm4x_read32(csa, TRCPRGCTLR); in __etm4_cpu_save() 1817 etm4x_relaxed_write32(csa, state->trcprgctlr, TRCPRGCTLR); in __etm4_cpu_restore()
|
H A D | coresight-etm4x.h | 26 #define TRCPRGCTLR 0x004 macro 273 CASE_##op((val), TRCPRGCTLR) \
|
/openbmc/qemu/target/arm/ |
H A D | cpregs.h | 547 FIELD(HDFGRTR_EL2, TRCPRGCTLR, 44, 1) 608 FIELD(HDFGWTR_EL2, TRCPRGCTLR, 44, 1)
|
/openbmc/linux/arch/arm64/tools/ |
H A D | sysreg | 2183 Field 44 TRCPRGCTLR 2247 Field 44 TRCPRGCTLR
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | emulate-nested.c | 1275 SR_FGT(SYS_TRCPRGCTLR, HDFGRTR, TRCPRGCTLR, 1),
|