| /linux/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 223 mtrr_type ltype; in mtrr_add_page() local 263 mtrr_if->get(i, &lbase, &lsize, <ype); in mtrr_add_page() 275 if (type == ltype) { in mtrr_add_page() 278 } else if (types_compatible(type, ltype)) in mtrr_add_page() 286 if (ltype != type) { in mtrr_add_page() 287 if (types_compatible(type, ltype)) in mtrr_add_page() 290 base, size, mtrr_attrib_to_str(ltype), in mtrr_add_page() 398 mtrr_type ltype; in mtrr_del_page() local 412 mtrr_if->get(i, &lbase, &lsize, <ype); in mtrr_del_page() 427 mtrr_if->get(reg, &lbase, &lsize, <ype); in mtrr_del_page()
|
| H A D | legacy.c | 37 mtrr_type ltype; member 54 &mtrr_value[i].ltype); in mtrr_save() 67 mtrr_value[i].ltype); in mtrr_restore()
|
| H A D | cyrix.c | 94 mtrr_type ltype; in cyrix_get_free_region() local 114 cyrix_get_arr(7, &lbase, &lsize, <ype); in cyrix_get_free_region() 120 cyrix_get_arr(i, &lbase, &lsize, <ype); in cyrix_get_free_region() 128 cyrix_get_arr(i, &lbase, &lsize, <ype); in cyrix_get_free_region()
|
| H A D | centaur.c | 30 mtrr_type ltype; in centaur_get_free_region() local 40 mtrr_if->get(i, &lbase, &lsize, <ype); in centaur_get_free_region()
|
| H A D | generic.c | 790 mtrr_type ltype; in generic_get_free_region() local 798 mtrr_if->get(i, &lbase, &lsize, <ype); in generic_get_free_region()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | npc.h | 24 #define CN20K_SET_EXTR_LT(intf, extr, ltype, cfg) \ argument 26 NPC_AF_INTFX_EXTRACTORX_LTX_CFG(intf, extr, ltype), cfg) 35 #define CN20K_SET_EXTR_LT(intf, extr, ltype, cfg) \ argument 37 NPC_AF_INTFX_EXTRACTORX_LTX_CFG(intf, extr, ltype), cfg) 39 #define CN20K_GET_EXTR_LT(intf, extr, ltype) \ argument 41 NPC_AF_INTFX_EXTRACTORX_LTX_CFG(intf, extr, ltype))
|
| H A D | npc.c | 502 action0.capture_ltype = kpuaction->ltype & 0xf; in npc_config_kpmaction() 1579 int entries, ltype; in npc_cn20k_update_action_entries_n_flags() local 1590 ltype = action[j].ltype; in npc_cn20k_update_action_entries_n_flags() 1592 if (ltype != NPC_LT_LC_IP && in npc_cn20k_update_action_entries_n_flags() 1593 ltype != NPC_LT_LC_IP6 && in npc_cn20k_update_action_entries_n_flags() 1594 ltype != NPC_LT_LC_IP_OPT && in npc_cn20k_update_action_entries_n_flags() 1595 ltype != NPC_LT_LC_IP6_EXT) in npc_cn20k_update_action_entries_n_flags()
|
| /linux/net/ipv6/ |
| H A D | ip6_tunnel.c | 757 int ltype = ipv6_addr_type(laddr); in ip6_tnl_get_cap() local 761 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap() 763 } else if (ltype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap() 765 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) && in ip6_tnl_get_cap() 766 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) { in ip6_tnl_get_cap() 767 if (ltype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 182 input->layer_mdata.ltype = lt; in npc_set_layer_mdata() 196 input1->layer_mdata.ltype != input2->layer_mdata.ltype) in npc_check_overlap_fields()
|
| H A D | rvu.h | 184 u8 ltype; member
|
| H A D | rvu_npc.c | 1666 action0.capture_ltype = kpuaction->ltype; in npc_config_kpuaction()
|