Lines Matching refs:cpu_cf_events
99 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cfdiag_trailer()
133 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cfdiag_getctrset()
211 static int cfdiag_diffctr(struct cpu_cf_events *cpuhw, unsigned long auth) in cfdiag_diffctr()
265 struct cpu_cf_events *cpuhw; in validate_ctr_version()
269 cpuhw = &get_cpu_var(cpu_cf_events); in validate_ctr_version()
319 put_cpu_var(cpu_cf_events); in validate_ctr_version()
325 struct cpu_cf_events *cpuhw; in validate_ctr_auth()
328 cpuhw = &get_cpu_var(cpu_cf_events); in validate_ctr_auth()
338 put_cpu_var(cpu_cf_events); in validate_ctr_auth()
349 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_pmu_enable()
372 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_pmu_disable()
588 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_pmu_start()
628 struct cpu_cf_events *cpuhw) in cfdiag_push_sample()
663 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_pmu_stop()
698 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_pmu_add()
711 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cpumf_pmu_del()
826 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cfset_ioctl_off()
846 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cfset_ioctl_on()
868 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cfset_release_cpu()
951 struct cpu_cf_events *cpuhw = get_cpu_ptr(&cpu_cf_events); in cfset_needspace()
965 put_cpu_ptr(&cpu_cf_events); in cfset_needspace()
978 struct cpu_cf_events *cpuhw = per_cpu_ptr(&cpu_cf_events, cpu); in cfset_all_copy()
1019 struct cpu_cf_events *cpuhw = this_cpu_ptr(&cpu_cf_events); in cfset_cpu_read()
1221 struct cpu_cf_events *cpuhw; in get_authctrsets()
1225 cpuhw = &get_cpu_var(cpu_cf_events); in get_authctrsets()
1230 put_cpu_var(cpu_cf_events); in get_authctrsets()
1413 if (need > sizeof(((struct cpu_cf_events *)0)->start)) { in cfset_init()