Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/perf/
H A Dpower5-pmu.c28 #define PM_PMCSEL_MSK 0x7f macro
259 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()
H A Dpower7-pmu.c28 #define PM_PMCSEL_MSK 0xff macro
150 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()
H A Dpower5+-pmu.c28 #define PM_PMCSEL_MSK 0x7f macro
251 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()
H A Dpower6-pmu.c31 #define PM_PMCSEL_MSK 0xff /* PMCxSEL value */ macro
144 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()
H A Dmpc7450-pmu.c23 #define PM_PMCSEL_MSK 0x7f macro
47 event &= PM_PMCSEL_MSK; in mpc7450_classify_event()
82 sel = event & PM_PMCSEL_MSK; in mpc7450_threshold_use()
H A Dppc970-pmu.c25 #define PM_PMCSEL_MSK 0xf macro
151 psel = event & PM_PMCSEL_MSK; in p970_marked_instr_event()
353 psel = event[i] & PM_PMCSEL_MSK; in p970_compute_mmcr()