Searched refs:ebb (Results 1 – 2 of 2) sorted by relevance
244 unsigned int unit, pmc, cache, ebb; in isa207_get_constraint() local255 ebb = (event >> EVENT_EBB_SHIFT) & EVENT_EBB_MASK; in isa207_get_constraint()349 if (!pmc && ebb) in isa207_get_constraint()354 if (!ebb) in isa207_get_constraint()368 value |= CNST_EBB_VAL(ebb); in isa207_get_constraint()
122 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument131 static void pmao_restore_workaround(bool ebb) { } in pmao_restore_workaround() argument597 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument601 if (!ebb) in ebb_switch_in()638 static void pmao_restore_workaround(bool ebb) in pmao_restore_workaround() argument682 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()1286 bool ebb; in power_pmu_enable() local1308 ebb = is_ebb_event(cpuhw->event[0]); in power_pmu_enable()1391 if (ebb) in power_pmu_enable()1414 pmao_restore_workaround(ebb); in power_pmu_enable()[all …]