Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon_generic.h23 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
35 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
Dperfmon_itanium.h33 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
55 { PFM_REG_END , 0, 0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
Dperfmon_mckinley.h36 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
58 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
Dperfmon.c80 #define PFM_REG_END 0x2 /* end marker */ macro
87 #define PMC_IS_LAST(i) (pmu_conf.pmc_desc[i].type & PFM_REG_END)
88 #define PMD_IS_LAST(i) (pmu_conf.pmd_desc[i].type & PFM_REG_END)
3749 for (i=1; (pmu_conf.pmc_desc[i].type & PFM_REG_END) == 0; i++) { in pfm_reset_pmu()
3766 for (i=0; (pmu_conf.pmd_desc[i].type & PFM_REG_END) == 0; i++) { in pfm_reset_pmu()