Home
last modified time | relevance | path

Searched refs:PPMU_ARCH_207S (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c585 return (ppmu->flags & PPMU_ARCH_207S) && in is_ebb_event()
945 if (ppmu->flags & PPMU_ARCH_207S) { in perf_event_print_debug()
1104 if (ppmu->flags & PPMU_ARCH_207S) in check_excludes()
1402 if (ppmu->flags & PPMU_ARCH_207S) { in power_pmu_disable()
1487 if (!(ppmu->flags & PPMU_ARCH_207S)) { in power_pmu_enable()
1512 if (ppmu->flags & PPMU_ARCH_207S) in power_pmu_enable()
2019 if (!(ppmu->flags & PPMU_ARCH_207S)) in power_pmu_event_init()
2543 if (ppmu->flags & PPMU_ARCH_207S) in register_power_pmu()
H A Dgeneric-compat-pmu.c313 .flags = PPMU_HAS_SIER | PPMU_ARCH_207S,
H A Dpower8-pmu.c383 .flags = PPMU_HAS_SIER | PPMU_ARCH_207S,
H A Dpower9-pmu.c455 .flags = PPMU_HAS_SIER | PPMU_ARCH_207S,
H A Dpower10-pmu.c595 .flags = PPMU_HAS_SIER | PPMU_ARCH_207S |
/openbmc/linux/arch/powerpc/include/asm/
H A Dperf_event_server.h88 #define PPMU_ARCH_207S 0x00000080 /* PMC is architecture v2.07S */ macro