Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/perf/
H A Dpower7-pmu.c108 int l2sel = (event >> PM_L2SEL_SH) & PM_L2SEL_MSK; in power7_get_constraint() local
110 value |= l2sel << 16; in power7_get_constraint()
253 unsigned int pmc, unit, combine, l2sel, psel; in power7_compute_mmcr() local
274 l2sel = (event[i] >> PM_L2SEL_SH) & PM_L2SEL_MSK; in power7_compute_mmcr()
296 mmcr1 |= (unsigned long) l2sel in power7_compute_mmcr()