Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/perf/
Dpower5-pmu.c27 #define PM_BUSEVENT_MSK 0x80 /* Set if event uses event bus */ macro
158 if (event & PM_BUSEVENT_MSK) { in power5_get_constraint()
365 if (!(event & PM_BUSEVENT_MSK)) in power5_marked_instr_event()
418 if (event[i] & PM_BUSEVENT_MSK) { in power5_compute_mmcr()
496 isbus = event[i] & PM_BUSEVENT_MSK; in power5_compute_mmcr()
Dpower5+-pmu.c27 #define PM_BUSEVENT_MSK 0x80 /* Set if event uses event bus */ macro
151 if (event & PM_BUSEVENT_MSK) { in power5p_get_constraint()
434 if (!(event & PM_BUSEVENT_MSK) || bit == -1) in power5p_marked_instr_event()
482 if (event[i] & PM_BUSEVENT_MSK) { in power5p_compute_mmcr()
556 isbus = event[i] & PM_BUSEVENT_MSK; in power5p_compute_mmcr()
Dpower6-pmu.c32 #define PM_BUSEVENT_MSK 0xf3700 macro
163 if (!(event & PM_BUSEVENT_MSK) || bit == -1) in power6_marked_instr_event()
212 if (ev & PM_BUSEVENT_MSK) { in p6_compute_mmcr()
283 if (event & PM_BUSEVENT_MSK) { in p6_get_constraint()