Searched refs:pmc6 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/net/batman-adv/ |
D | multicast.c | 443 struct ifmcaddr6 *pmc6; in batadv_mcast_mla_softif_get_ipv6() local 458 for (pmc6 = in6_dev->mc_list; pmc6; pmc6 = pmc6->next) { in batadv_mcast_mla_softif_get_ipv6() 459 if (IPV6_ADDR_MC_SCOPE(&pmc6->mca_addr) < in batadv_mcast_mla_softif_get_ipv6() 464 ipv6_addr_is_ll_all_nodes(&pmc6->mca_addr)) in batadv_mcast_mla_softif_get_ipv6() 468 IPV6_ADDR_MC_SCOPE(&pmc6->mca_addr) > in batadv_mcast_mla_softif_get_ipv6() 472 ipv6_eth_mc_map(&pmc6->mca_addr, mcast_addr); in batadv_mcast_mla_softif_get_ipv6()
|
/Linux-v5.4/arch/powerpc/perf/ |
D | core-book3s.c | 1114 unsigned long pmc5, unsigned long pmc6) in freeze_limited_counters() argument 1124 val = (event->hw.idx == 5) ? pmc5 : pmc6; in freeze_limited_counters() 1134 unsigned long pmc5, unsigned long pmc6) in thaw_limited_counters() argument 1143 val = (event->hw.idx == 5) ? pmc5 : pmc6; in thaw_limited_counters() 1164 unsigned long pmc5, pmc6; in write_mmcr0() local 1179 : "=&r" (pmc5), "=&r" (pmc6) in write_mmcr0() 1185 freeze_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0() 1187 thaw_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | sysfs.c | 477 SYSFS_PMCSETUP(pmc6, SPRN_PMC6); 668 __ATTR(pmc6, 0600, show_pmc6, store_pmc6),
|