Searched refs:pmc6 (Results 1 – 4 of 4) sorted by relevance
| /arch/powerpc/kvm/ |
| A D | book3s_hv_p9_perf.c | 59 host_os_sprs->pmc6 = mfspr(SPRN_PMC6); in switch_pmu_to_guest() 200 mtspr(SPRN_PMC6, host_os_sprs->pmc6); in switch_pmu_to_host()
|
| A D | book3s_hv.h | 17 unsigned int pmc6; 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 | 610 SYSFS_PMCSETUP(pmc6, SPRN_PMC6); 693 __ATTR(pmc6, 0600, show_pmc6, store_pmc6),
|
Completed in 16 milliseconds