Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/perf/
Dcore-book3s.c513 if (!(ppmu->flags & PPMU_ARCH_31) && in power_pmu_bhrb_read()
633 if (ppmu->flags & PPMU_ARCH_31) { in ebb_switch_out()
678 if (ppmu->flags & PPMU_ARCH_31) { in ebb_switch_in()
945 if (ppmu->flags & PPMU_ARCH_31) { in perf_event_print_debug()
1327 if (ppmu->flags & PPMU_ARCH_31) in power_pmu_disable()
1370 if (ppmu->flags & PPMU_ARCH_31) in power_pmu_disable()
1463 if (ppmu->flags & PPMU_ARCH_31) in power_pmu_enable()
1508 if (ppmu->flags & PPMU_ARCH_31) in power_pmu_enable()
Dpower10-pmu.c596 PPMU_ARCH_31 | PPMU_HAS_ATTR_CONFIG1 |
/linux-6.12.1/arch/powerpc/include/asm/
Dperf_event_server.h90 #define PPMU_ARCH_31 0x00000200 /* Has MMCR3, SIER2 and SIER3 */ macro