Searched refs:ctrs (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/gcov/ |
| H A D | gcc_4_7.c | 77 struct gcov_ctr_info ctrs[]; member 214 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() 316 sci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_dup() 317 dci_ptr = dup->functions[fi_idx]->ctrs; in gcov_info_dup() 362 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_free() 413 ci_ptr = fi_ptr->ctrs; in convert_to_gcda()
|
| /linux/drivers/iommu/ |
| H A D | s390-iommu.c | 30 struct zpci_iommu_ctrs ctrs; member 802 atomic64_inc(&s390_domain->ctrs.global_rpcits); in s390_iommu_flush_iotlb_all() 821 atomic64_inc(&s390_domain->ctrs.sync_rpcits); in s390_iommu_iotlb_sync() 839 atomic64_inc(&s390_domain->ctrs.sync_map_rpcits); in s390_iommu_iotlb_sync_map() 938 atomic64_add(pgcount, &s390_domain->ctrs.mapped_pages); in s390_iommu_map_pages() 1043 atomic64_add(pgcount, &s390_domain->ctrs.unmapped_pages); in s390_iommu_unmap_pages() 1059 return &s390_domain->ctrs; in zpci_get_iommu_ctrs()
|
| /linux/arch/s390/kernel/ |
| H A D | crash_dump.c | 45 u64 ctrs[16]; member 93 memcpy(&sa->ctrs, &lc->cregs_save_area, sizeof(sa->ctrs)); in save_area_add_regs() 317 ptr = nt_init(ptr, S390_CTRS, sa->ctrs); in fill_cpu_elf_notes() 339 size += nt_size(S390_CTRS, sa->ctrs); in get_cpu_elf_notes_size()
|
| /linux/arch/powerpc/perf/ |
| H A D | core-book3s.c | 1089 static int check_excludes(struct perf_event **ctrs, unsigned int cflags[], in check_excludes() argument 1114 event = ctrs[i]; in check_excludes() 1591 struct perf_event *ctrs[], u64 *events, in collect_events() argument 1600 ctrs[n] = group; in collect_events() 1609 ctrs[n] = event; in collect_events() 2004 struct perf_event *ctrs[MAX_HWEVENTS]; in power_pmu_event_init() local 2112 ctrs, events, cflags); in power_pmu_event_init() 2117 ctrs[n] = event; in power_pmu_event_init() 2119 if (check_excludes(ctrs, cflags, n, 1)) in power_pmu_event_init() 2125 err = power_check_constraints(cpuhw, events, cflags, n + 1, ctrs); in power_pmu_event_init()
|