Home
last modified time | relevance | path

Searched refs:PM_UNIT_MSK (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/perf/
Dppc970-pmu.c22 #define PM_UNIT_MSK 0xf macro
167 unit = (event >> PM_UNIT_SH) & PM_UNIT_MSK; in p970_marked_instr_event()
210 unit = (event >> PM_UNIT_SH) & PM_UNIT_MSK; in p970_get_constraint()
291 unit = (event[i] >> PM_UNIT_SH) & PM_UNIT_MSK; in p970_compute_mmcr()
351 unit = (event[i] >> PM_UNIT_SH) & PM_UNIT_MSK; in p970_compute_mmcr()
Dpower4-pmu.c23 #define PM_UNIT_MSK 0xf macro
238 unit = (event >> PM_UNIT_SH) & PM_UNIT_MSK; in p4_marked_instr_event()
270 unit = (event >> PM_UNIT_SH) & PM_UNIT_MSK; in p4_get_constraint()
387 unit = (event[i] >> PM_UNIT_SH) & PM_UNIT_MSK; in p4_compute_mmcr()
472 unit = (event[i] >> PM_UNIT_SH) & PM_UNIT_MSK; in p4_compute_mmcr()
Dpower5-pmu.c24 #define PM_UNIT_MSK 0xf macro
161 unit = (event >> PM_UNIT_SH) & PM_UNIT_MSK; in power5_get_constraint()
371 unit = (event >> PM_UNIT_SH) & PM_UNIT_MSK; in power5_marked_instr_event()
419 unit = (event[i] >> PM_UNIT_SH) & PM_UNIT_MSK; in power5_compute_mmcr()
493 unit = (event[i] >> PM_UNIT_SH) & PM_UNIT_MSK; in power5_compute_mmcr()
Dpower7-pmu.c24 #define PM_UNIT_MSK 0xf macro
107 unit = (event >> PM_UNIT_SH) & PM_UNIT_MSK; in power7_get_constraint()
221 unit = (event >> PM_UNIT_SH) & PM_UNIT_MSK; in power7_marked_instr_event()
271 unit = (event[i] >> PM_UNIT_SH) & PM_UNIT_MSK; in power7_compute_mmcr()
Dpower6-pmu.c24 #define PM_UNIT_MSK 0xf macro
25 #define PM_UNIT_MSKS (PM_UNIT_MSK << PM_UNIT_SH)
169 unit = (event >> PM_UNIT_SH) & PM_UNIT_MSK; in power6_marked_instr_event()
216 u = (ev >> PM_UNIT_SH) & PM_UNIT_MSK; in p6_compute_mmcr()
Dpower5+-pmu.c24 #define PM_UNIT_MSK 0xf macro
154 unit = (event >> PM_UNIT_SH) & PM_UNIT_MSK; in power5p_get_constraint()
440 unit = (event >> PM_UNIT_SH) & PM_UNIT_MSK; in power5p_marked_instr_event()
483 unit = (event[i] >> PM_UNIT_SH) & PM_UNIT_MSK; in power5p_compute_mmcr()
553 unit = (event[i] >> PM_UNIT_SH) & PM_UNIT_MSK; in power5p_compute_mmcr()