Searched refs:mtpmr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/perf/ |
H A D | core-fsl-emb.c | 76 mtpmr(PMRN_PMC0, val); in write_pmc() 79 mtpmr(PMRN_PMC1, val); in write_pmc() 82 mtpmr(PMRN_PMC2, val); in write_pmc() 85 mtpmr(PMRN_PMC3, val); in write_pmc() 88 mtpmr(PMRN_PMC4, val); in write_pmc() 91 mtpmr(PMRN_PMC5, val); in write_pmc() 107 mtpmr(PMRN_PMLCA0, val); in write_pmlca() 110 mtpmr(PMRN_PMLCA1, val); in write_pmlca() 113 mtpmr(PMRN_PMLCA2, val); in write_pmlca() 116 mtpmr(PMRN_PMLCA3, val); in write_pmlca() [all …]
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg_fsl_emb.h | 20 #define mtpmr(rn, v) asm volatile(".machine push; " \ macro
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pmc.c | 27 mtpmr(PMRN_PMGC0, mfpmr(PMRN_PMGC0) & ~PMGC0_PMIE); in dummy_perf()
|