Searched refs:pmcs (Results 1 – 1 of 1) sorted by relevance
61 unsigned long pmcs[MAX_HWEVENTS]; member162 return cpuhw->pmcs[idx]; in get_pmcs_ext_regs()693 unsigned pmcs[6]; in pmao_restore_workaround() local749 pmcs[0] = mfspr(SPRN_PMC1); in pmao_restore_workaround()750 pmcs[1] = mfspr(SPRN_PMC2); in pmao_restore_workaround()751 pmcs[2] = mfspr(SPRN_PMC3); in pmao_restore_workaround()752 pmcs[3] = mfspr(SPRN_PMC4); in pmao_restore_workaround()753 pmcs[4] = mfspr(SPRN_PMC5); in pmao_restore_workaround()754 pmcs[5] = mfspr(SPRN_PMC6); in pmao_restore_workaround()768 mtspr(SPRN_PMC1, pmcs[0]); in pmao_restore_workaround()[all …]