Lines Matching refs:cpu_hw_events
61 struct cpu_hw_events { struct
68 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument
101 struct cpu_hw_events *cpuhw; in validate_ctr_version()
105 cpuhw = &get_cpu_var(cpu_hw_events); in validate_ctr_version()
146 put_cpu_var(cpu_hw_events); in validate_ctr_version()
152 struct cpu_hw_events *cpuhw; in validate_ctr_auth()
156 cpuhw = &get_cpu_var(cpu_hw_events); in validate_ctr_auth()
167 put_cpu_var(cpu_hw_events); in validate_ctr_auth()
178 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_enable()
201 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_disable()
229 struct cpu_hw_events *cpuhw; in cpumf_measurement_alert()
235 cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_measurement_alert()
260 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in setup_pmc_cpu()
489 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_start()
520 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_stop()
541 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_add()
565 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_del()
593 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_start_txn()
613 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_cancel_txn()
634 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in cpumf_pmu_commit_txn()