Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/perf/
Dcore-book3s.c1114 unsigned long pmc5, unsigned long pmc6) in freeze_limited_counters() argument
1124 val = (event->hw.idx == 5) ? pmc5 : pmc6; in freeze_limited_counters()
1134 unsigned long pmc5, unsigned long pmc6) in thaw_limited_counters() argument
1143 val = (event->hw.idx == 5) ? pmc5 : pmc6; in thaw_limited_counters()
1164 unsigned long pmc5, pmc6; in write_mmcr0() local
1179 : "=&r" (pmc5), "=&r" (pmc6) in write_mmcr0()
1185 freeze_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0()
1187 thaw_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0()
/Linux-v5.4/arch/powerpc/kernel/
Dsysfs.c476 SYSFS_PMCSETUP(pmc5, SPRN_PMC5);
667 __ATTR(pmc5, 0600, show_pmc5, store_pmc5),
684 __ATTR(pmc5, 0600, show_pa6t_pmc5, store_pa6t_pmc5),