Home
last modified time | relevance | path

Searched refs:PPMU_LIMITED_PMC_REQD (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dperf_event_server.h90 #define PPMU_LIMITED_PMC_REQD 2 /* have to put this on a limited PMC */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcore-book3s.c906 if ((cflags[i] & PPMU_LIMITED_PMC_REQD) in power_check_constraints()
1032 cflags[i] &= ~PPMU_LIMITED_PMC_REQD; in check_excludes()
1051 cflags[i] |= PPMU_LIMITED_PMC_REQD; in check_excludes()
1839 flags |= PPMU_LIMITED_PMC_OK | PPMU_LIMITED_PMC_REQD; in can_go_on_limited_pmc()
1855 flags &= ~(PPMU_LIMITED_PMC_OK | PPMU_LIMITED_PMC_REQD); in normal_pmc_alternative()
H A Dpower6-pmu.c447 } else if ((flags & PPMU_LIMITED_PMC_REQD) && nlim < nalt) { in p6_get_alternatives()
H A Dpower5+-pmu.c341 } else if ((flags & PPMU_LIMITED_PMC_REQD) && nlim < nalt) { in power5p_get_alternatives()