Searched refs:PMC_IS_IMPL (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c102 #define PMC_IS_IMPL(i) (i< PMU_MAX_PMCS && (pmu_conf->pmc_desc[i].type & PFM_REG_IMPL)) macro
2479 if (PMC_IS_IMPL(i) == 0) continue; pfm_reset_pmu_state()
4122 if (!PMC_IS_IMPL(cnum)) goto abort_mission; pfm_get_pmc_reset()
6575 if (PMC_IS_IMPL(i) == 0) continue; pfm_init()
6731 if (PMC_IS_IMPL(i) == 0) continue; dump_pmu_state()

Completed in 65 milliseconds