Lines Matching refs:ebb
128 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument
137 static void pmao_restore_workaround(bool ebb) { } in pmao_restore_workaround() argument
647 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument
651 if (!ebb) in ebb_switch_in()
694 static void pmao_restore_workaround(bool ebb) in pmao_restore_workaround() argument
738 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()
1429 bool ebb; in power_pmu_enable() local
1451 ebb = is_ebb_event(cpuhw->event[0]); in power_pmu_enable()
1548 if (ebb) in power_pmu_enable()
1571 pmao_restore_workaround(ebb); in power_pmu_enable()
1573 mmcr0 = ebb_switch_in(ebb, cpuhw); in power_pmu_enable()