Home
last modified time | relevance | path

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

/arch/powerpc/perf/
Dpower5-pmu.c30 #define PM_PMCSEL_MSK 0x7f macro
261 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()
Dpower6-pmu.c33 #define PM_PMCSEL_MSK 0xff /* PMCxSEL value */ macro
146 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()
Dpower7-pmu.c30 #define PM_PMCSEL_MSK 0xff macro
152 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()
Dpower5+-pmu.c30 #define PM_PMCSEL_MSK 0x7f macro
253 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()
Dmpc7450-pmu.c27 #define PM_PMCSEL_MSK 0x7f macro
51 event &= PM_PMCSEL_MSK; in mpc7450_classify_event()
86 sel = event & PM_PMCSEL_MSK; in mpc7450_threshold_use()
Dpower4-pmu.c29 #define PM_PMCSEL_MSK 7 macro
224 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()
Dppc970-pmu.c27 #define PM_PMCSEL_MSK 0xf macro
153 psel = event & PM_PMCSEL_MSK; in p970_marked_instr_event()
353 psel = event[i] & PM_PMCSEL_MSK; in p970_compute_mmcr()