Searched refs:ctrs (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/kernel/gcov/ | 
| D | gcc_4_7.c | 77 	struct gcov_ctr_info ctrs[];  member214 		ci_ptr = info->functions[fi_idx]->ctrs;  in gcov_info_reset()
 255 		dci_ptr = dst->functions[fi_idx]->ctrs;  in gcov_info_add()
 256 		sci_ptr = src->functions[fi_idx]->ctrs;  in gcov_info_add()
 317 		sci_ptr = info->functions[fi_idx]->ctrs;  in gcov_info_dup()
 318 		dci_ptr = dup->functions[fi_idx]->ctrs;  in gcov_info_dup()
 363 		ci_ptr = info->functions[fi_idx]->ctrs;  in gcov_info_free()
 414 		ci_ptr = fi_ptr->ctrs;  in convert_to_gcda()
 
 | 
| /Linux-v6.6/arch/s390/kernel/ | 
| D | crash_dump.c | 43 	u64 ctrs[16];  member93 	memcpy(&sa->ctrs, &lc->cregs_save_area, sizeof(sa->ctrs));  in save_area_add_regs()
 320 	ptr = nt_init(ptr, NT_S390_CTRS, &sa->ctrs, sizeof(sa->ctrs));  in fill_cpu_elf_notes()
 344 	size +=  nt_size(NT_S390_CTRS, sizeof(sa->ctrs));  in get_cpu_elf_notes_size()
 
 | 
| /Linux-v6.6/arch/powerpc/perf/ | 
| D | core-book3s.c | 1092 static int check_excludes(struct perf_event **ctrs, unsigned int cflags[],  in check_excludes()  argument1117 		event = ctrs[i];  in check_excludes()
 1595 			  struct perf_event *ctrs[], u64 *events,  in collect_events()  argument
 1604 		ctrs[n] = group;  in collect_events()
 1613 			ctrs[n] = event;  in collect_events()
 2008 	struct perf_event *ctrs[MAX_HWEVENTS];  in power_pmu_event_init()  local
 2116 				   ctrs, events, cflags);  in power_pmu_event_init()
 2121 	ctrs[n] = event;  in power_pmu_event_init()
 2123 	if (check_excludes(ctrs, cflags, n, 1))  in power_pmu_event_init()
 2129 	err = power_check_constraints(cpuhw, events, cflags, n + 1, ctrs);  in power_pmu_event_init()
 
 | 
| D | core-fsl-emb.c | 252 			  struct perf_event *ctrs[])  in collect_events()  argument260 		ctrs[n] = group;  in collect_events()
 268 			ctrs[n] = event;  in collect_events()
 
 | 
| /Linux-v6.6/drivers/s390/crypto/ | 
| D | ap_bus.c | 754 	struct __ap_calc_ctrs ctrs;  in ap_calc_bound_apqns()  local756 	memset(&ctrs, 0, sizeof(ctrs));  in ap_calc_bound_apqns()
 757 	bus_for_each_dev(&ap_bus_type, NULL, (void *)&ctrs, __ap_calc_helper);  in ap_calc_bound_apqns()
 759 	*apqns = ctrs.apqns;  in ap_calc_bound_apqns()
 760 	*bound = ctrs.bound;  in ap_calc_bound_apqns()
 
 |