Searched refs:pmc5 (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/powerpc/kvm/ |
D | book3s_hv.h | 14 unsigned int pmc5; member
|
D | book3s_hv_p9_entry.c | 68 host_os_sprs->pmc5 = mfspr(SPRN_PMC5); in switch_pmu_to_guest() 209 mtspr(SPRN_PMC5, host_os_sprs->pmc5); in switch_pmu_to_host()
|
/linux-5.19.10/arch/powerpc/perf/ |
D | core-book3s.c | 1218 unsigned long pmc5, unsigned long pmc6) in freeze_limited_counters() argument 1228 val = (event->hw.idx == 5) ? pmc5 : pmc6; in freeze_limited_counters() 1238 unsigned long pmc5, unsigned long pmc6) in thaw_limited_counters() argument 1247 val = (event->hw.idx == 5) ? pmc5 : pmc6; in thaw_limited_counters() 1268 unsigned long pmc5, pmc6; in write_mmcr0() local 1283 : "=&r" (pmc5), "=&r" (pmc6) in write_mmcr0() 1289 freeze_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0() 1291 thaw_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0()
|
/linux-5.19.10/tools/perf/arch/powerpc/util/ |
D | perf_regs.c | 75 SMPL_REG(pmc5, PERF_REG_POWERPC_PMC5),
|
/linux-5.19.10/arch/powerpc/kernel/ |
D | sysfs.c | 603 SYSFS_PMCSETUP(pmc5, SPRN_PMC5); 686 __ATTR(pmc5, 0600, show_pmc5, store_pmc5), 705 __ATTR(pmc5, 0600, show_pa6t_pmc5, store_pa6t_pmc5),
|