Home
last modified time | relevance | path

Searched refs:PM_BUSEVENT_MSK (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/powerpc/perf/
Dpower5-pmu.c25 #define PM_BUSEVENT_MSK 0x80 /* Set if event uses event bus */ macro
156 if (event & PM_BUSEVENT_MSK) { in power5_get_constraint()
363 if (!(event & PM_BUSEVENT_MSK)) in power5_marked_instr_event()
414 if (event[i] & PM_BUSEVENT_MSK) { in power5_compute_mmcr()
492 isbus = event[i] & PM_BUSEVENT_MSK; in power5_compute_mmcr()
Dpower6-pmu.c30 #define PM_BUSEVENT_MSK 0xf3700 macro
161 if (!(event & PM_BUSEVENT_MSK) || bit == -1) in power6_marked_instr_event()
209 if (ev & PM_BUSEVENT_MSK) { in p6_compute_mmcr()
280 if (event & PM_BUSEVENT_MSK) { in p6_get_constraint()
Dpower5+-pmu.c25 #define PM_BUSEVENT_MSK 0x80 /* Set if event uses event bus */ macro
149 if (event & PM_BUSEVENT_MSK) { in power5p_get_constraint()
432 if (!(event & PM_BUSEVENT_MSK) || bit == -1) in power5p_marked_instr_event()
478 if (event[i] & PM_BUSEVENT_MSK) { in power5p_compute_mmcr()
552 isbus = event[i] & PM_BUSEVENT_MSK; in power5p_compute_mmcr()