Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dperfmon.c68 #define PFM_NUM_PMD_REGS 64 /* PMD save area for ctxsw */ macro
311 pfm_counter_t ctx_pmds[PFM_NUM_PMD_REGS]; /* software state for PMDS */
314 unsigned long th_pmds[PFM_NUM_PMD_REGS]; /* PMD thread save state */
6615 if (pmu_conf->num_pmds >= PFM_NUM_PMD_REGS || pmu_conf->num_pmcs >= PFM_NUM_PMC_REGS) { in pfm_init()