Searched refs:TRCSEQSTR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-cfg.c | 69 CHECKREG(TRCSEQSTR, seq_state); in etm4_cfg_map_reg_offset()
|
H A D | coresight-etm4x.h | 52 #define TRCSEQSTR 0x11C macro 302 CASE_##op((val), TRCSEQSTR) \
|
H A D | coresight-etm4x-core.c | 459 etm4x_relaxed_write32(csa, config->seq_state, TRCSEQSTR); in etm4_enable_hw() 1713 state->trcseqstr = etm4x_read32(csa, TRCSEQSTR); in __etm4_cpu_save() 1844 etm4x_relaxed_write32(csa, state->trcseqstr, TRCSEQSTR); in __etm4_cpu_restore()
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x.h | 49 #define TRCSEQSTR 0x11C macro
|
H A D | coresight-etm4x-core.c | 152 writel_relaxed(config->seq_state, drvdata->base + TRCSEQSTR); in etm4_enable_hw() 1213 state->trcseqstr = readl(drvdata->base + TRCSEQSTR); in etm4_cpu_save() 1325 writel_relaxed(state->trcseqstr, drvdata->base + TRCSEQSTR); in etm4_cpu_restore()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | emulate-nested.c | 1274 SR_FGT(SYS_TRCSEQSTR, HDFGRTR, TRCSEQSTR, 1),
|
Completed in 17 milliseconds