Searched refs:PM_PMCSEL_MSK (Results 1 – 6 of 6) sorted by relevance
28 #define PM_PMCSEL_MSK 0x7f macro259 pp = event & PM_PMCSEL_MSK; in find_alternative_bdecode()262 return (event & ~(PM_PMC_MSKS | PM_PMCSEL_MSK)) | in find_alternative_bdecode()346 psel = event & PM_PMCSEL_MSK; in power5_marked_instr_event()495 psel = event[i] & PM_PMCSEL_MSK; in power5_compute_mmcr()
28 #define PM_PMCSEL_MSK 0xff macro150 psel = event & PM_PMCSEL_MSK; in find_alternative_decode()220 psel = event & PM_PMCSEL_MSK & ~1; /* trim off edge/level bit */ in power7_marked_instr_event()275 psel = event[i] & PM_PMCSEL_MSK; in power7_compute_mmcr()
28 #define PM_PMCSEL_MSK 0x7f macro251 pp = event & PM_PMCSEL_MSK; in find_alternative_bdecode()254 return (event & ~(PM_PMC_MSKS | PM_PMCSEL_MSK)) | in find_alternative_bdecode()410 psel = event & PM_PMCSEL_MSK; in power5p_marked_instr_event()555 psel = event[i] & PM_PMCSEL_MSK; in power5p_compute_mmcr()
31 #define PM_PMCSEL_MSK 0xff /* PMCxSEL value */ macro144 psel = (event & PM_PMCSEL_MSK) >> 1; /* drop edge/level bit */ in power6_marked_instr_event()211 psel = ev & PM_PMCSEL_MSK; in p6_compute_mmcr()387 psel = event & (PM_PMCSEL_MSK & ~1); /* ignore edge bit */ in p6_get_alternatives()
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()
25 #define PM_PMCSEL_MSK 0xf macro151 psel = event & PM_PMCSEL_MSK; in p970_marked_instr_event()353 psel = event[i] & PM_PMCSEL_MSK; in p970_compute_mmcr()