Home
last modified time | relevance | path

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

/arch/powerpc/perf/
Dpower5+-pmu.c245 int pmc, altpmc, pp, j; in find_alternative_bdecode() local
250 altpmc = 5 - pmc; /* 1 <-> 4, 2 <-> 3 */ in find_alternative_bdecode()
255 (altpmc << PM_PMC_SH) | in find_alternative_bdecode()
256 bytedecode_alternatives[altpmc - 1][j]; in find_alternative_bdecode()
269 (altpmc << PM_PMC_SH); in find_alternative_bdecode()
Dpower5-pmu.c253 int pmc, altpmc, pp, j; in find_alternative_bdecode() local
258 altpmc = 5 - pmc; /* 1 <-> 4, 2 <-> 3 */ in find_alternative_bdecode()
263 (altpmc << PM_PMC_SH) | in find_alternative_bdecode()
264 bytedecode_alternatives[altpmc - 1][j]; in find_alternative_bdecode()