/kernel/linux/linux-6.6/net/batman-adv/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_hv_p9_perf.c | 59 host_os_sprs->pmc6 = mfspr(SPRN_PMC6); in switch_pmu_to_guest() 200 mtspr(SPRN_PMC6, host_os_sprs->pmc6); in switch_pmu_to_host()
|
H A D | book3s_hv.h | 15 unsigned int pmc6; member
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | multicast.c | 444 struct ifmcaddr6 *pmc6; in batadv_mcast_mla_softif_get_ipv6() local 459 for (pmc6 = in6_dev->mc_list; pmc6; pmc6 = pmc6->next) { in batadv_mcast_mla_softif_get_ipv6() 460 if (IPV6_ADDR_MC_SCOPE(&pmc6->mca_addr) < in batadv_mcast_mla_softif_get_ipv6() 465 ipv6_addr_is_ll_all_nodes(&pmc6->mca_addr)) in batadv_mcast_mla_softif_get_ipv6() 469 IPV6_ADDR_MC_SCOPE(&pmc6->mca_addr) > in batadv_mcast_mla_softif_get_ipv6() 473 ipv6_eth_mc_map(&pmc6->mca_addr, mcast_addr); in batadv_mcast_mla_softif_get_ipv6()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-book3s.c | 1136 unsigned long pmc5, unsigned long pmc6) in freeze_limited_counters() 1146 val = (event->hw.idx == 5) ? pmc5 : pmc6; in freeze_limited_counters() 1156 unsigned long pmc5, unsigned long pmc6) in thaw_limited_counters() 1165 val = (event->hw.idx == 5) ? pmc5 : pmc6; in thaw_limited_counters() 1186 unsigned long pmc5, pmc6; in write_mmcr0() local 1201 : "=&r" (pmc5), "=&r" (pmc6) in write_mmcr0() 1207 freeze_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0() 1209 thaw_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0() 1135 freeze_limited_counters(struct cpu_hw_events *cpuhw, unsigned long pmc5, unsigned long pmc6) freeze_limited_counters() argument 1155 thaw_limited_counters(struct cpu_hw_events *cpuhw, unsigned long pmc5, unsigned long pmc6) thaw_limited_counters() argument
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | core-book3s.c | 1218 unsigned long pmc5, unsigned long pmc6) in freeze_limited_counters() 1228 val = (event->hw.idx == 5) ? pmc5 : pmc6; in freeze_limited_counters() 1238 unsigned long pmc5, unsigned long pmc6) in thaw_limited_counters() 1247 val = (event->hw.idx == 5) ? pmc5 : pmc6; in thaw_limited_counters() 1268 unsigned long pmc5, pmc6; in write_mmcr0() local 1283 : "=&r" (pmc5), "=&r" (pmc6) in write_mmcr0() 1289 freeze_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0() 1291 thaw_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0() 1217 freeze_limited_counters(struct cpu_hw_events *cpuhw, unsigned long pmc5, unsigned long pmc6) freeze_limited_counters() argument 1237 thaw_limited_counters(struct cpu_hw_events *cpuhw, unsigned long pmc5, unsigned long pmc6) thaw_limited_counters() argument
|
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/util/ |
H A D | perf_regs.c | 77 SMPL_REG(pmc6, PERF_REG_POWERPC_PMC6),
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | sysfs.c | 604 SYSFS_PMCSETUP(pmc6, SPRN_PMC6); 687 __ATTR(pmc6, 0600, show_pmc6, store_pmc6),
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | sysfs.c | 609 SYSFS_PMCSETUP(pmc6, SPRN_PMC6); 692 __ATTR(pmc6, 0600, show_pmc6, store_pmc6),
|