Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dmulticast.c443 struct ifmcaddr6 *pmc6; in batadv_mcast_mla_softif_get_ipv6() local
457 for (pmc6 = rcu_dereference(in6_dev->mc_list); in batadv_mcast_mla_softif_get_ipv6()
458 pmc6; in batadv_mcast_mla_softif_get_ipv6()
459 pmc6 = rcu_dereference(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()
/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
/linux/arch/powerpc/perf/
H A Dcore-book3s.c1211 unsigned long pmc5, unsigned long pmc6) in freeze_limited_counters() argument
1221 val = (event->hw.idx == 5) ? pmc5 : pmc6; in freeze_limited_counters()
1231 unsigned long pmc5, unsigned long pmc6) in thaw_limited_counters() argument
1240 val = (event->hw.idx == 5) ? pmc5 : pmc6; in thaw_limited_counters()
1261 unsigned long pmc5, pmc6; in write_mmcr0() local
1276 : "=&r" (pmc5), "=&r" (pmc6) in write_mmcr0()
1282 freeze_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0()
1284 thaw_limited_counters(cpuhw, pmc5, pmc6); in write_mmcr0()
/linux/tools/perf/arch/powerpc/util/
H A Dperf_regs.c77 SMPL_REG(pmc6, PERF_REG_POWERPC_PMC6),
/linux/arch/powerpc/kernel/
H A Dsysfs.c609 SYSFS_PMCSETUP(pmc6, SPRN_PMC6);
692 __ATTR(pmc6, 0600, show_pmc6, store_pmc6),