Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/perf/
Dcore-book3s.c1095 unsigned long pmc5, unsigned long pmc6) in freeze_limited_counters() argument
1105 val = (event->hw.idx == 5) ? pmc5 : pmc6; in freeze_limited_counters()
1115 unsigned long pmc5, unsigned long pmc6) in thaw_limited_counters() argument
1124 val = (event->hw.idx == 5) ? pmc5 : pmc6; in thaw_limited_counters()
1145 unsigned long pmc5, pmc6; in write_mmcr0() local
1160 : "=&r" (pmc5), "=&r" (pmc6) in write_mmcr0()
1166 freeze_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0()
1168 thaw_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0()
/Linux-v4.19/arch/powerpc/kernel/
Dsysfs.c475 SYSFS_PMCSETUP(pmc6, SPRN_PMC6);
666 __ATTR(pmc6, 0600, show_pmc6, store_pmc6),