Searched refs:BMVAL (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/perf/util/
H A Dcs-etm.h216 #define BMVAL(val, lsb, msb) ((val & GENMASK(msb, lsb)) >> lsb) macro
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-priv.h41 #define BMVAL(val, lsb, msb) ((val & GENMASK(msb, lsb)) >> lsb) macro
H A Dcoresight-etm3x-core.c793 drvdata->arch = BMVAL(etmidr, 4, 11);
799 drvdata->nr_addr_cmp = BMVAL(etmccr, 0, 3) * 2;
800 drvdata->nr_cntr = BMVAL(etmccr, 13, 15);
801 drvdata->nr_ext_inp = BMVAL(etmccr, 17, 19);
802 drvdata->nr_ext_out = BMVAL(etmccr, 20, 22);
803 drvdata->nr_ctxid_cmp = BMVAL(etmccr, 24, 25);
H A Dcoresight-tmc-core.c237 switch (BMVAL(devid, 8, 10)) {
472 drvdata->config_type = BMVAL(devid, 6, 7);
H A Dcoresight-cti-core.c212 #define CTI_DEVID_MAXTRIGS(devid_val) ((int) BMVAL(devid_val, 8, 15))
215 #define CTI_DEVID_CTMCHANNELS(devid_val) ((int) BMVAL(devid_val, 16, 19))
H A Dcoresight-etm4x.h624 #define ETM_MODE_COND(val) BMVAL(val, 8, 10)
627 #define ETM_MODE_QELEM(val) BMVAL(val, 13, 14)
H A Dcoresight-stm.c749 return BMVAL(stmspfeat2r, 12, 15) ? 8 : 4;
/linux-master/tools/perf/arch/arm/util/
H A Dcs-etm.c117 if (BMVAL(val, 5, 9) != 0x4) {
133 if (!BMVAL(val, 29, 30) || BMVAL(val, 10, 14) < 4) {

Completed in 137 milliseconds