Searched refs:pmc5 (Results 1 – 4 of 4) sorted by relevance
| /arch/powerpc/kvm/ |
| A D | book3s_hv_p9_perf.c | 58 host_os_sprs->pmc5 = mfspr(SPRN_PMC5); in switch_pmu_to_guest() 199 mtspr(SPRN_PMC5, host_os_sprs->pmc5); in switch_pmu_to_host()
|
| A D | book3s_hv.h | 16 unsigned int pmc5; member
|
| /arch/powerpc/perf/ |
| A D | core-book3s.c | 1215 unsigned long pmc5, unsigned long pmc6) in freeze_limited_counters() argument 1225 val = (event->hw.idx == 5) ? pmc5 : pmc6; in freeze_limited_counters() 1235 unsigned long pmc5, unsigned long pmc6) in thaw_limited_counters() argument 1244 val = (event->hw.idx == 5) ? pmc5 : pmc6; in thaw_limited_counters() 1265 unsigned long pmc5, pmc6; in write_mmcr0() local 1280 : "=&r" (pmc5), "=&r" (pmc6) in write_mmcr0() 1286 freeze_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0() 1288 thaw_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0()
|
| /arch/powerpc/kernel/ |
| A D | sysfs.c | 609 SYSFS_PMCSETUP(pmc5, SPRN_PMC5); 692 __ATTR(pmc5, 0600, show_pmc5, store_pmc5), 711 __ATTR(pmc5, 0600, show_pa6t_pmc5, store_pa6t_pmc5),
|
Completed in 18 milliseconds