Lines Matching refs:cpu_hw_events
70 struct cpu_hw_events { struct
77 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument
127 struct cpu_hw_events *cpuhw; in validate_ctr_version()
130 cpuhw = &get_cpu_var(cpu_hw_events); in validate_ctr_version()
150 put_cpu_var(cpu_hw_events); in validate_ctr_version()
156 struct cpu_hw_events *cpuhw; in validate_ctr_auth()
160 cpuhw = &get_cpu_var(cpu_hw_events); in validate_ctr_auth()
171 put_cpu_var(cpu_hw_events); in validate_ctr_auth()
182 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_enable()
205 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_disable()
233 struct cpu_hw_events *cpuhw; in cpumf_measurement_alert()
239 cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_measurement_alert()
259 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in setup_pmc_cpu()
484 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_start()
515 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_stop()
536 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_add()
560 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_del()
588 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_start_txn()
608 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_cancel_txn()
629 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_commit_txn()