Searched refs:TRCVICTLR (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-cfg-afdo.c | 95 .offset = TRCVICTLR,
|
H A D | coresight-etm4x-cfg.c | 64 CHECKREG(TRCVICTLR, vinst_ctrl); in etm4_cfg_map_reg_offset()
|
H A D | coresight-etm4x-core.c | 280 * session. Even though we have TRCVICTLR bits to filter the 450 etm4x_relaxed_write32(csa, config->vinst_ctrl, TRCVICTLR); in etm4_enable_hw() 897 * by section 7.3.77 ("TRCVICTLR, ViewInst Main Control Register, in etm4_disable_hw() 954 control = etm4x_relaxed_read32(&csdev->access, TRCVICTLR); in etm4_disable_perf() 955 /* TRCVICTLR::SSSTATUS, bit[9] */ in etm4_disable_perf() 1308 /* Set ELx trace filter access in the TRCVICTLR register */ 1330 /* TRCVICTLR::EVENT = 0x01, select the always on logic */ in etm4_set_default_config() 1333 /* TRCVICTLR::EXLEVEL_NS:EXLEVELS: Set kernel / user filtering */ in etm4_set_default_config() 1437 * TRCVICTLR::SSSTATUS == 1, the start-stop logic is in etm4_set_default_filter() 1541 * TRCVICTLR in etm4_set_event_filters() [all...] |
H A D | coresight-etm4x.h | 42 #define TRCVICTLR 0x080 macro 294 CASE_##op((val), TRCVICTLR) \
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x.h | 39 #define TRCVICTLR 0x080 macro 195 /* access level control in TRCVICTLR - same bits as TRCACATRn but shifted */ 198 /* secure / non secure masks - TRCVICTLR, IDR3 */
|
H A D | coresight-etm4x-core.c | 141 writel_relaxed(config->vinst_ctrl, drvdata->base + TRCVICTLR); in etm4_enable_hw() 498 * by section 7.3.77 ("TRCVICTLR, ViewInst Main Control Register, in etm4_disable_hw() 549 control = readl_relaxed(drvdata->base + TRCVICTLR); in etm4_disable_perf() 550 /* TRCVICTLR::SSSTATUS, bit[9] */ in etm4_disable_perf() 797 /* Set ELx trace filter access in the TRCVICTLR register */ 805 * TRCVICTLR::EXLEVEL_NS:EXLEVELS: Set kernel / user filtering in etm4_set_victlr_access() 828 /* TRCVICTLR::EVENT = 0x01, select the always on logic */ in etm4_set_default_config() 831 /* TRCVICTLR::EXLEVEL_NS:EXLEVELS: Set kernel / user filtering */ in etm4_set_default_config() 939 * TRCVICTLR::SSSTATUS == 1, the start-stop logic is in etm4_set_default_filter() 1043 * TRCVICTLR in etm4_set_event_filters() [all...] |
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | emulate-nested.c | 1264 SR_FGT(SYS_TRCVICTLR, HDFGRTR, TRCVICTLR, 1),
|
Completed in 12 milliseconds