Searched refs:PM_GRS_SH (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/powerpc/perf/
H A Dpower5+-pmu.c27 #define PM_GRS_SH 8 /* Storage subsystem mux select */ macro
174 value |= (unsigned long)((event >> PM_GRS_SH) & fmask) power5p_get_constraint()
579 grsel = (event[i] >> PM_GRS_SH) & PM_GRS_MSK; power5p_compute_mmcr()
H A Dpower5-pmu.c27 #define PM_GRS_SH 8 /* Storage subsystem mux select */ macro
181 value |= (unsigned long)((event >> PM_GRS_SH) & fmask) power5_get_constraint()
524 grsel = (event[i] >> PM_GRS_SH) & PM_GRS_MSK; power5_compute_mmcr()

Completed in 54 milliseconds