Lines Matching refs:ebb
121 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument
130 static void pmao_restore_workaround(bool ebb) { } in pmao_restore_workaround() argument
587 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument
591 if (!ebb) in ebb_switch_in()
628 static void pmao_restore_workaround(bool ebb) in pmao_restore_workaround() argument
672 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()
1266 bool ebb; in power_pmu_enable() local
1288 ebb = is_ebb_event(cpuhw->event[0]); in power_pmu_enable()
1371 if (ebb) in power_pmu_enable()
1394 pmao_restore_workaround(ebb); in power_pmu_enable()
1396 mmcr0 = ebb_switch_in(ebb, cpuhw); in power_pmu_enable()