Searched refs:PM_PMCSEL_MSK (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/powerpc/perf/
H A Dpower7-pmu.c30 #define PM_PMCSEL_MSK 0xff macro
152 psel = event & PM_PMCSEL_MSK; find_alternative_decode()
222 psel = event & PM_PMCSEL_MSK & ~1; /* trim off edge/level bit */ power7_marked_instr_event()
274 psel = event[i] & PM_PMCSEL_MSK; power7_compute_mmcr()
H A Dmpc7450-pmu.c27 #define PM_PMCSEL_MSK 0x7f macro
51 event &= PM_PMCSEL_MSK; mpc7450_classify_event()
86 sel = event & PM_PMCSEL_MSK; mpc7450_threshold_use()
H A Dpower5+-pmu.c30 #define PM_PMCSEL_MSK 0x7f macro
253 pp = event & PM_PMCSEL_MSK; find_alternative_bdecode()
256 return (event & ~(PM_PMC_MSKS | PM_PMCSEL_MSK)) | find_alternative_bdecode()
412 psel = event & PM_PMCSEL_MSK; power5p_marked_instr_event()
555 psel = event[i] & PM_PMCSEL_MSK; power5p_compute_mmcr()
H A Dpower5-pmu.c30 #define PM_PMCSEL_MSK 0x7f macro
261 pp = event & PM_PMCSEL_MSK; find_alternative_bdecode()
264 return (event & ~(PM_PMC_MSKS | PM_PMCSEL_MSK)) | find_alternative_bdecode()
348 psel = event & PM_PMCSEL_MSK; power5_marked_instr_event()
495 psel = event[i] & PM_PMCSEL_MSK; power5_compute_mmcr()
H A Dppc970-pmu.c27 #define PM_PMCSEL_MSK 0xf macro
153 psel = event & PM_PMCSEL_MSK; p970_marked_instr_event()
353 psel = event[i] & PM_PMCSEL_MSK; p970_compute_mmcr()
H A Dpower6-pmu.c33 #define PM_PMCSEL_MSK 0xff /* PMCxSEL value */ macro
146 psel = (event & PM_PMCSEL_MSK) >> 1; /* drop edge/level bit */ power6_marked_instr_event()
212 psel = ev & PM_PMCSEL_MSK; p6_compute_mmcr()
388 psel = event & (PM_PMCSEL_MSK & ~1); /* ignore edge bit */ p6_get_alternatives()
H A Dpower4-pmu.c29 #define PM_PMCSEL_MSK 7 macro
224 psel = event & PM_PMCSEL_MSK; p4_marked_instr_event()
314 if (pmc && (event & PM_PMCSEL_MSK) == 6 && byte == 2) p4_get_constraint()
474 psel = event[i] & PM_PMCSEL_MSK; p4_compute_mmcr()

Completed in 127 milliseconds