Lines Matching refs:cpu_cf_events
78 struct cpu_cf_events { struct
93 static DEFINE_PER_CPU(struct cpu_cf_events, cpu_cf_events); argument
170 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cfdiag_trailer()
251 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cfdiag_getctrset()
329 static int cfdiag_diffctr(struct cpu_cf_events *cpuhw, unsigned long auth) in cfdiag_diffctr()
383 struct cpu_cf_events *cpuhw; in validate_ctr_version()
387 cpuhw = &get_cpu_var(cpu_cf_events); in validate_ctr_version()
437 put_cpu_var(cpu_cf_events); in validate_ctr_version()
443 struct cpu_cf_events *cpuhw; in validate_ctr_auth()
446 cpuhw = &get_cpu_var(cpu_cf_events); in validate_ctr_auth()
456 put_cpu_var(cpu_cf_events); in validate_ctr_auth()
467 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_pmu_enable()
490 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_pmu_disable()
514 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpum_cf_setup_cpu()
778 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_pmu_start()
818 struct cpu_cf_events *cpuhw) in cfdiag_push_sample()
852 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_pmu_stop()
889 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_pmu_add()
902 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_pmu_del()
969 struct cpu_cf_events *cpuhw; in cpumf_measurement_alert()
975 cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_measurement_alert()
1130 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cfset_ioctl_off()
1158 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cfset_ioctl_on()
1180 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cfset_release_cpu()
1272 struct cpu_cf_events *cpuhw = get_cpu_ptr(&cpu_cf_events); in cfset_needspace()
1286 put_cpu_ptr(&cpu_cf_events); in cfset_needspace()
1299 struct cpu_cf_events *cpuhw = per_cpu_ptr(&cpu_cf_events, cpu); in cfset_all_copy()
1340 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cfset_cpu_read()
1572 struct cpu_cf_events *cpuhw; in get_authctrsets()
1576 cpuhw = &get_cpu_var(cpu_cf_events); in get_authctrsets()
1581 put_cpu_var(cpu_cf_events); in get_authctrsets()
1763 if (need > sizeof(((struct cpu_cf_events *)0)->start)) { in cfset_init()