Home
last modified time | relevance | path

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

/arch/powerpc/perf/
Dpower5+-pmu.c243 int pmc, altpmc, pp, j; in find_alternative_bdecode() local
248 altpmc = 5 - pmc; /* 1 <-> 4, 2 <-> 3 */ in find_alternative_bdecode()
253 (altpmc << PM_PMC_SH) | in find_alternative_bdecode()
254 bytedecode_alternatives[altpmc - 1][j]; in find_alternative_bdecode()
267 (altpmc << PM_PMC_SH); in find_alternative_bdecode()
Dpower5-pmu.c251 int pmc, altpmc, pp, j; in find_alternative_bdecode() local
256 altpmc = 5 - pmc; /* 1 <-> 4, 2 <-> 3 */ in find_alternative_bdecode()
261 (altpmc << PM_PMC_SH) | in find_alternative_bdecode()
262 bytedecode_alternatives[altpmc - 1][j]; in find_alternative_bdecode()