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

/linux-4.1.27/arch/powerpc/perf/
H A Dpower7-pmu.c21 #define PM_PMC_MSK 0xf macro
22 #define PM_PMC_MSKS (PM_PMC_MSK << PM_PMC_SH)
91 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; power7_get_constraint()
151 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; find_alternative_decode()
220 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; power7_marked_instr_event()
258 pmc = (event[i] >> PM_PMC_SH) & PM_PMC_MSK; power7_compute_mmcr()
270 pmc = (event[i] >> PM_PMC_SH) & PM_PMC_MSK; power7_compute_mmcr()
H A Dmpc7450-pmu.c26 #define PM_PMC_MSK 7 macro
45 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; mpc7450_classify_event()
85 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; mpc7450_threshold_use()
165 pmc = ((unsigned int)event >> PM_PMC_SH) & PM_PMC_MSK; mpc7450_get_constraint()
293 pmc = (ev >> PM_PMC_SH) & PM_PMC_MSK; mpc7450_compute_mmcr()
H A Dpower5+-pmu.c21 #define PM_PMC_MSK 0xf macro
22 #define PM_PMC_MSKS (PM_PMC_MSK << PM_PMC_SH)
143 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; power5p_get_constraint()
193 int pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; power5p_limited_pmc_event()
249 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; find_alternative_bdecode()
411 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; power5p_marked_instr_event()
474 pmc = (event[i] >> PM_PMC_SH) & PM_PMC_MSK; power5p_compute_mmcr()
552 pmc = (event[i] >> PM_PMC_SH) & PM_PMC_MSK; power5p_compute_mmcr()
H A Dpower6-pmu.c21 #define PM_PMC_MSK 0x7 macro
22 #define PM_PMC_MSKS (PM_PMC_MSK << PM_PMC_SH)
145 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; power6_marked_instr_event()
190 pmc = (event[i] >> PM_PMC_SH) & PM_PMC_MSK; p6_compute_mmcr()
199 pmc = (ev >> PM_PMC_SH) & PM_PMC_MSK; p6_compute_mmcr()
276 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; p6_get_constraint()
306 int pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; p6_limited_pmc_event()
389 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; p6_get_alternatives()
H A Dpower5-pmu.c21 #define PM_PMC_MSK 0xf macro
22 #define PM_PMC_MSKS (PM_PMC_MSK << PM_PMC_SH)
148 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; power5_get_constraint()
257 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; find_alternative_bdecode()
347 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; power5_marked_instr_event()
407 pmc = (event[i] >> PM_PMC_SH) & PM_PMC_MSK; power5_compute_mmcr()
492 pmc = (event[i] >> PM_PMC_SH) & PM_PMC_MSK; power5_compute_mmcr()
H A Dppc970-pmu.c20 #define PM_PMC_MSK 0xf macro
152 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; p970_marked_instr_event()
201 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; p970_get_constraint()
283 pmc = (event[i] >> PM_PMC_SH) & PM_PMC_MSK; p970_compute_mmcr()
350 pmc = (event[i] >> PM_PMC_SH) & PM_PMC_MSK; p970_compute_mmcr()
H A Dpower4-pmu.c21 #define PM_PMC_MSK 0xf macro
223 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; p4_marked_instr_event()
261 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; p4_get_constraint()
379 pmc = (event[i] >> PM_PMC_SH) & PM_PMC_MSK; p4_compute_mmcr()
471 pmc = (event[i] >> PM_PMC_SH) & PM_PMC_MSK; p4_compute_mmcr()

Completed in 89 milliseconds