Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c79 #define PFM_REG_IMPL 0x1 /* register implemented */ macro
81 #define PFM_REG_MONITOR (0x1<<4|PFM_REG_IMPL) /* a PMC with a pmc.pm field only */
82 #define PFM_REG_COUNTING (0x2<<4|PFM_REG_IMPL) /* a PMC with a pmc.pm AND pmc.oi, a PMD used as a c…
83 #define PFM_REG_CONTROL (0x3<<4|PFM_REG_IMPL) /* PMU control register */
84 #define PFM_REG_CONFIG (0x4<<4|PFM_REG_IMPL) /* refine configuration */
85 #define PFM_REG_BUFFER (0x5<<4|PFM_REG_IMPL) /* PMD used as buffer */
96 #define PMC_IS_IMPL(i) (i< PMU_MAX_PMCS && (pmu_conf.pmc_desc[i].type & PFM_REG_IMPL))
97 #define PMD_IS_IMPL(i) (i< PMU_MAX_PMDS && (pmu_conf.pmd_desc[i].type & PFM_REG_IMPL))
3750 if ((pmu_conf.pmc_desc[i].type & PFM_REG_IMPL) == 0) continue; in pfm_reset_pmu()
3767 if ((pmu_conf.pmd_desc[i].type & PFM_REG_IMPL) == 0) continue; in pfm_reset_pmu()