Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dpower5+-pmu.c25 #define PM_GRS_SH 8 /* Storage subsystem mux select */ macro
172 value |= (unsigned long)((event >> PM_GRS_SH) & fmask) in power5p_get_constraint()
578 grsel = (event[i] >> PM_GRS_SH) & PM_GRS_MSK; in power5p_compute_mmcr()
H A Dpower5-pmu.c25 #define PM_GRS_SH 8 /* Storage subsystem mux select */ macro
179 value |= (unsigned long)((event >> PM_GRS_SH) & fmask) in power5_get_constraint()
523 grsel = (event[i] >> PM_GRS_SH) & PM_GRS_MSK; in power5_compute_mmcr()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dpower5+-pmu.c25 #define PM_GRS_SH 8 /* Storage subsystem mux select */ macro
172 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()
H A Dpower5-pmu.c25 #define PM_GRS_SH 8 /* Storage subsystem mux select */ macro
179 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()

Completed in 4 milliseconds