Searched refs:pmc6 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/net/batman-adv/ |
D | multicast.c | 411 struct ifmcaddr6 *pmc6; in batadv_mcast_mla_softif_get_ipv6() local 425 for (pmc6 = rcu_dereference(in6_dev->mc_list); in batadv_mcast_mla_softif_get_ipv6() 426 pmc6; in batadv_mcast_mla_softif_get_ipv6() 427 pmc6 = rcu_dereference(pmc6->next)) { in batadv_mcast_mla_softif_get_ipv6() 428 if (IPV6_ADDR_MC_SCOPE(&pmc6->mca_addr) < in batadv_mcast_mla_softif_get_ipv6() 433 ipv6_addr_is_ll_all_nodes(&pmc6->mca_addr)) in batadv_mcast_mla_softif_get_ipv6() 437 IPV6_ADDR_MC_SCOPE(&pmc6->mca_addr) > in batadv_mcast_mla_softif_get_ipv6() 441 ipv6_eth_mc_map(&pmc6->mca_addr, mcast_addr); in batadv_mcast_mla_softif_get_ipv6()
|
/Linux-v5.15/arch/powerpc/perf/ |
D | core-book3s.c | 1176 unsigned long pmc5, unsigned long pmc6) in freeze_limited_counters() argument 1186 val = (event->hw.idx == 5) ? pmc5 : pmc6; in freeze_limited_counters() 1196 unsigned long pmc5, unsigned long pmc6) in thaw_limited_counters() argument 1205 val = (event->hw.idx == 5) ? pmc5 : pmc6; in thaw_limited_counters() 1226 unsigned long pmc5, pmc6; in write_mmcr0() local 1241 : "=&r" (pmc5), "=&r" (pmc6) in write_mmcr0() 1247 freeze_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0() 1249 thaw_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0()
|
/Linux-v5.15/tools/perf/arch/powerpc/util/ |
D | perf_regs.c | 76 SMPL_REG(pmc6, PERF_REG_POWERPC_PMC6),
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | sysfs.c | 604 SYSFS_PMCSETUP(pmc6, SPRN_PMC6); 687 __ATTR(pmc6, 0600, show_pmc6, store_pmc6),
|