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

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

Completed in 83 milliseconds