/openbmc/linux/net/sunrpc/ |
H A D | svcauth_unix.c | 176 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, t… 308 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update() argument 319 ch = sunrpc_cache_update(cd, &ip.h, &ipm->h, in __ip_map_update() 320 hash_str(ipm->m_class, IP_HASHBITS) ^ in __ip_map_update() 321 hash_ip6(&ipm->m_addr)); in __ip_map_update() 340 struct ip_map *ipm = NULL; in ip_map_cached_get() local 345 ipm = xprt->xpt_auth_cache; in ip_map_cached_get() 346 if (ipm != NULL) { in ip_map_cached_get() 348 if (cache_is_expired(sn->ip_map_cache, &ipm->h)) { in ip_map_cached_get() 356 cache_put(&ipm->h, sn->ip_map_cache); in ip_map_cached_get() [all …]
|
/openbmc/linux/drivers/s390/net/ |
H A D | lcs.c | 429 struct lcs_ipm_list *ipm; in lcs_clear_multicast_list() local 436 ipm = list_entry(card->ipm_list.next, in lcs_clear_multicast_list() 438 list_del(&ipm->list); in lcs_clear_multicast_list() 439 if (ipm->ipm_state != LCS_IPM_STATE_SET_REQUIRED){ in lcs_clear_multicast_list() 441 lcs_send_delipm(card, ipm); in lcs_clear_multicast_list() 444 kfree(ipm); in lcs_clear_multicast_list() 1004 &ipm_list->ipm, sizeof (struct lcs_ip_mac_pair)); in lcs_send_setipm() 1005 LCS_DBF_TEXT_(2, trace, "%x",ipm_list->ipm.ip_addr); in lcs_send_setipm() 1028 &ipm_list->ipm, sizeof (struct lcs_ip_mac_pair)); in lcs_send_delipm() 1029 LCS_DBF_TEXT_(2, trace, "%x",ipm_list->ipm.ip_addr); in lcs_send_delipm() [all …]
|
H A D | qeth_l3_main.c | 1056 struct qeth_ipaddr *ipm; in qeth_l3_add_mcast_rtnl() local 1078 ipm = qeth_l3_find_addr_by_ip(card, &tmp); in qeth_l3_add_mcast_rtnl() 1079 if (ipm) { in qeth_l3_add_mcast_rtnl() 1081 ipm->disp_flag = QETH_DISP_ADDR_DO_NOTHING; in qeth_l3_add_mcast_rtnl() 1085 ipm = kmemdup(&tmp, sizeof(tmp), GFP_KERNEL); in qeth_l3_add_mcast_rtnl() 1086 if (!ipm) in qeth_l3_add_mcast_rtnl() 1089 hash_add(card->rx_mode_addrs, &ipm->hnode, in qeth_l3_add_mcast_rtnl() 1090 qeth_l3_ipaddr_hash(ipm)); in qeth_l3_add_mcast_rtnl() 1110 ipm = qeth_l3_find_addr_by_ip(card, &tmp); in qeth_l3_add_mcast_rtnl() 1111 if (ipm) { in qeth_l3_add_mcast_rtnl() [all …]
|
H A D | lcs.h | 197 struct lcs_ip_mac_pair ipm; member
|
/openbmc/linux/arch/s390/kernel/ |
H A D | text_amode31.S | 38 ipm %r5 56 ipm %r2
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt7986a.dtsi | 303 compatible = "mediatek,mt7986-spi-ipm", "mediatek,spi-ipm"; 317 compatible = "mediatek,mt7986-spi-ipm", "mediatek,spi-ipm";
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | kvm_host.h | 872 u8 ipm; member 878 u8 ipm; member 889 u8 ipm; member
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | Makefile.target | 16 TESTS+=ipm
|
/openbmc/linux/arch/s390/kvm/ |
H A D | interrupt.c | 231 #define IPM_BIT_OFFSET (offsetof(struct kvm_s390_gisa, ipm) * BITS_PER_BYTE) 313 return READ_ONCE(gisa->ipm); in gisa_get_ipm()
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 213 b222 ipm RRE_R0
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 414 C(0xb222, IPM, RRE, Z, 0, 0, r1, 0, ipm, 0)
|