Home
last modified time | relevance | path

Searched refs:EVSEL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/perf/
H A Dqcom_l3_pmu.c78 #define EVSEL(__val) ((__val) & L3_EVTYPE_MASK) macro
214 writel_relaxed(EVSEL(0), l3pmu->regs + L3_HML3_PM_EVTYPE(idx + 1)); in qcom_l3_cache__64bit_counter_start()
215 writel_relaxed(EVSEL(evsel), l3pmu->regs + L3_HML3_PM_EVTYPE(idx)); in qcom_l3_cache__64bit_counter_start()
289 writel_relaxed(EVSEL(evsel), l3pmu->regs + L3_HML3_PM_EVTYPE(idx)); in qcom_l3_cache__32bit_counter_start()
371 writel_relaxed(EVSEL(0), l3pmu->regs + L3_HML3_PM_EVTYPE(i)); in qcom_l3_cache__init()
/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c2440 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3) macro
2441 #define EVSEL_MASK EVSEL(0x3f, 0xff)
3328 {"evsel", EVSEL(4,79), EVSEL_MASK, PPCSPE, 0, {RS, RA, RB, CRFS}},