Lines Matching refs:cpu_hw_events
70 struct cpu_hw_events { struct
76 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument
125 struct cpu_hw_events *cpuhw; in validate_ctr_version()
128 cpuhw = &get_cpu_var(cpu_hw_events); in validate_ctr_version()
148 put_cpu_var(cpu_hw_events); in validate_ctr_version()
154 struct cpu_hw_events *cpuhw; in validate_ctr_auth()
158 cpuhw = &get_cpu_var(cpu_hw_events); in validate_ctr_auth()
165 put_cpu_var(cpu_hw_events); in validate_ctr_auth()
176 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_enable()
199 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_disable()
227 struct cpu_hw_events *cpuhw; in cpumf_measurement_alert()
233 cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_measurement_alert()
253 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in setup_pmc_cpu()
478 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_start()
509 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_stop()
530 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_add()
554 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_del()
578 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_start_txn()
592 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_cancel_txn()
607 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_commit_txn()