Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcore-book3s.c467 if (!(ppmu->flags & PPMU_ARCH_31) && in power_pmu_bhrb_read()
587 if (ppmu->flags & PPMU_ARCH_31) { in ebb_switch_out()
632 if (ppmu->flags & PPMU_ARCH_31) { in ebb_switch_in()
871 if (ppmu->flags & PPMU_ARCH_31) { in perf_event_print_debug()
1252 if (ppmu->flags & PPMU_ARCH_31) in power_pmu_disable()
1296 if (ppmu->flags & PPMU_ARCH_31) in power_pmu_disable()
1389 if (ppmu->flags & PPMU_ARCH_31) in power_pmu_enable()
1434 if (ppmu->flags & PPMU_ARCH_31) in power_pmu_enable()
H A Dpower10-pmu.c398 PPMU_ARCH_31,
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dperf_event_server.h84 #define PPMU_ARCH_31 0x00000200 /* Has MMCR3, SIER2 and SIER3 */ macro