Home
last modified time | relevance | path

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

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