Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/perf/
Dpower5-pmu.c26 #define PM_PMCSEL_MSK 0x7f macro
257 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()
Dpower6-pmu.c29 #define PM_PMCSEL_MSK 0xff /* PMCxSEL value */ macro
142 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()
Dpower7-pmu.c26 #define PM_PMCSEL_MSK 0xff macro
148 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()
Dpower5+-pmu.c26 #define PM_PMCSEL_MSK 0x7f macro
249 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()
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()
Dppc970-pmu.c23 #define PM_PMCSEL_MSK 0xf macro
149 psel = event & PM_PMCSEL_MSK; in p970_marked_instr_event()
349 psel = event[i] & PM_PMCSEL_MSK; in p970_compute_mmcr()