Lines Matching refs:pmc_desc
87 #define PMC_IS_LAST(i) (pmu_conf.pmc_desc[i].type & PFM_REG_END)
96 #define PMC_IS_IMPL(i) (i< PMU_MAX_PMCS && (pmu_conf.pmc_desc[i].type & PFM_REG_IMPL))
101 #define PMC_IS_COUNTING(i) (pmu_conf.pmc_desc[i].type == PFM_REG_COUNTING)
102 #define PMC_IS_MONITOR(i) (pmu_conf.pmc_desc[i].type == PFM_REG_MONITOR)
103 #define PMC_DFL_VAL(i) pmu_conf.pmc_desc[i].default_value
104 #define PMC_RSVD_MASK(i) pmu_conf.pmc_desc[i].reserved_mask
106 #define PMC_PMD_DEP(i) pmu_conf.pmc_desc[i].dep_pmd[0]
335 #define PMC_PM(cnum, val) (((val) >> (pmu_conf.pmc_desc[cnum].pm_pos)) & 0x1)
336 #define PMC_WR_FUNC(cnum) (pmu_conf.pmc_desc[cnum].write_check)
354 pfm_reg_desc_t *pmc_desc; /* detailed PMC register dependencies descriptions */ member
1616 CTX_USED_PMD(ctx, pmu_conf.pmc_desc[cnum].dep_pmd[0]); in pfm_write_pmcs()
3749 for (i=1; (pmu_conf.pmc_desc[i].type & PFM_REG_END) == 0; i++) { in pfm_reset_pmu()
3750 if ((pmu_conf.pmc_desc[i].type & PFM_REG_IMPL) == 0) continue; in pfm_reset_pmu()