Home
last modified time | relevance | path

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

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