Home
last modified time | relevance | path

Searched refs:pmc6 (Results 1 – 3 of 3) sorted by relevance

/linux/net/batman-adv/
H A Dmulticast.c440 struct ifmcaddr6 *pmc6; in batadv_mcast_mla_meshif_get_ipv6() local
454 for (pmc6 = rcu_dereference(in6_dev->mc_list); in batadv_mcast_mla_meshif_get_ipv6()
455 pmc6; in batadv_mcast_mla_meshif_get_ipv6()
456 pmc6 = rcu_dereference(pmc6->next)) { in batadv_mcast_mla_meshif_get_ipv6()
457 if (IPV6_ADDR_MC_SCOPE(&pmc6->mca_addr) < in batadv_mcast_mla_meshif_get_ipv6()
462 ipv6_addr_is_ll_all_nodes(&pmc6->mca_addr)) in batadv_mcast_mla_meshif_get_ipv6()
466 IPV6_ADDR_MC_SCOPE(&pmc6->mca_addr) > in batadv_mcast_mla_meshif_get_ipv6()
470 ipv6_eth_mc_map(&pmc6->mca_addr, mcast_addr); in batadv_mcast_mla_meshif_get_ipv6()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_perf.c59 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 Dbook3s_hv.h17 unsigned int pmc6; member