Home
last modified time | relevance | path

Searched refs:trcconfigr (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c514 u64 trcconfigr = 0; in cs_etmv4_synth_trcconfigr() local
530 trcconfigr |= TRCCONFIGR_CCI; in cs_etmv4_synth_trcconfigr()
532 trcconfigr |= TRCCONFIGR_CID; in cs_etmv4_synth_trcconfigr()
534 trcconfigr |= TRCCONFIGR_TS; in cs_etmv4_synth_trcconfigr()
536 trcconfigr |= TRCCONFIGR_RS; in cs_etmv4_synth_trcconfigr()
538 trcconfigr |= TRCCONFIGR_VMID | TRCCONFIGR_VMIDOPT; in cs_etmv4_synth_trcconfigr()
540 trcconfigr |= TRCCONFIGR_BB; in cs_etmv4_synth_trcconfigr()
542 return trcconfigr; in cs_etmv4_synth_trcconfigr()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c1910 state->trcconfigr = etm4x_read32(csa, TRCCONFIGR); in __etm4_cpu_save()
2041 etm4x_relaxed_write32(csa, state->trcconfigr, TRCCONFIGR); in __etm4_cpu_restore()
H A Dcoresight-etm4x.h914 u32 trcconfigr; member