Lines Matching refs:config_base
335 if (!(hwc->config_base & cpuhw->info.auth_ctl)) in validate_ctr_auth()
500 hwc->config_base = cpumf_ctr_ctl[set]; in __hw_perf_event_init()
598 ctr_set_enable(&cpuhw->state, hwc->config_base); in cpumf_pmu_start()
599 ctr_set_start(&cpuhw->state, hwc->config_base); in cpumf_pmu_start()
609 hwc->config_base, true); in cpumf_pmu_start()
616 if ((hwc->config_base & cpumf_ctr_ctl[i])) in cpumf_pmu_start()
673 if (!(hwc->config_base & cpumf_ctr_ctl[i])) in cpumf_pmu_stop()
686 event->hw.config_base, in cpumf_pmu_stop()
688 if (cfdiag_diffctr(cpuhw, event->hw.config_base)) in cpumf_pmu_stop()
702 ctr_set_enable(&cpuhw->state, event->hw.config_base); in cpumf_pmu_add()
1332 event->hw.config_base = get_authctrsets(); in cfdiag_event_init2()
1335 if (!event->hw.config_base) in cfdiag_event_init2()
1339 __func__, err, event->hw.config_base); in cfdiag_event_init2()