Searched refs:PM_PMCSEL_MSK (Results 1 – 7 of 7) sorted by relevance
30 #define PM_PMCSEL_MSK 0x7f macro261 pp = event & PM_PMCSEL_MSK; in find_alternative_bdecode()264 return (event & ~(PM_PMC_MSKS | PM_PMCSEL_MSK)) | in find_alternative_bdecode()348 psel = event & PM_PMCSEL_MSK; in power5_marked_instr_event()495 psel = event[i] & PM_PMCSEL_MSK; in power5_compute_mmcr()
33 #define PM_PMCSEL_MSK 0xff /* PMCxSEL value */ macro146 psel = (event & PM_PMCSEL_MSK) >> 1; /* drop edge/level bit */ in power6_marked_instr_event()212 psel = ev & PM_PMCSEL_MSK; in p6_compute_mmcr()388 psel = event & (PM_PMCSEL_MSK & ~1); /* ignore edge bit */ in p6_get_alternatives()
30 #define PM_PMCSEL_MSK 0xff macro152 psel = event & PM_PMCSEL_MSK; in find_alternative_decode()222 psel = event & PM_PMCSEL_MSK & ~1; /* trim off edge/level bit */ in power7_marked_instr_event()274 psel = event[i] & PM_PMCSEL_MSK; in power7_compute_mmcr()
30 #define PM_PMCSEL_MSK 0x7f macro253 pp = event & PM_PMCSEL_MSK; in find_alternative_bdecode()256 return (event & ~(PM_PMC_MSKS | PM_PMCSEL_MSK)) | in find_alternative_bdecode()412 psel = event & PM_PMCSEL_MSK; in power5p_marked_instr_event()555 psel = event[i] & PM_PMCSEL_MSK; in power5p_compute_mmcr()
27 #define PM_PMCSEL_MSK 0x7f macro51 event &= PM_PMCSEL_MSK; in mpc7450_classify_event()86 sel = event & PM_PMCSEL_MSK; in mpc7450_threshold_use()
29 #define PM_PMCSEL_MSK 7 macro224 psel = event & PM_PMCSEL_MSK; in p4_marked_instr_event()314 if (pmc && (event & PM_PMCSEL_MSK) == 6 && byte == 2) in p4_get_constraint()474 psel = event[i] & PM_PMCSEL_MSK; in p4_compute_mmcr()
27 #define PM_PMCSEL_MSK 0xf macro153 psel = event & PM_PMCSEL_MSK; in p970_marked_instr_event()353 psel = event[i] & PM_PMCSEL_MSK; in p970_compute_mmcr()