Searched refs:PM_PMCSEL_MSK (Results 1 – 6 of 6) sorted by relevance
26 #define PM_PMCSEL_MSK 0x7f macro257 pp = event & PM_PMCSEL_MSK; in find_alternative_bdecode()260 return (event & ~(PM_PMC_MSKS | PM_PMCSEL_MSK)) | in find_alternative_bdecode()344 psel = event & PM_PMCSEL_MSK; in power5_marked_instr_event()491 psel = event[i] & PM_PMCSEL_MSK; in power5_compute_mmcr()
29 #define PM_PMCSEL_MSK 0xff /* PMCxSEL value */ macro142 psel = (event & PM_PMCSEL_MSK) >> 1; /* drop edge/level bit */ in power6_marked_instr_event()208 psel = ev & PM_PMCSEL_MSK; in p6_compute_mmcr()384 psel = event & (PM_PMCSEL_MSK & ~1); /* ignore edge bit */ in p6_get_alternatives()
26 #define PM_PMCSEL_MSK 0xff macro148 psel = event & PM_PMCSEL_MSK; in find_alternative_decode()218 psel = event & PM_PMCSEL_MSK & ~1; /* trim off edge/level bit */ in power7_marked_instr_event()271 psel = event[i] & PM_PMCSEL_MSK; in power7_compute_mmcr()
26 #define PM_PMCSEL_MSK 0x7f macro249 pp = event & PM_PMCSEL_MSK; in find_alternative_bdecode()252 return (event & ~(PM_PMC_MSKS | PM_PMCSEL_MSK)) | in find_alternative_bdecode()408 psel = event & PM_PMCSEL_MSK; in power5p_marked_instr_event()551 psel = event[i] & PM_PMCSEL_MSK; in power5p_compute_mmcr()
23 #define PM_PMCSEL_MSK 0x7f macro47 event &= PM_PMCSEL_MSK; in mpc7450_classify_event()82 sel = event & PM_PMCSEL_MSK; in mpc7450_threshold_use()
23 #define PM_PMCSEL_MSK 0xf macro149 psel = event & PM_PMCSEL_MSK; in p970_marked_instr_event()349 psel = event[i] & PM_PMCSEL_MSK; in p970_compute_mmcr()