Searched refs:ltype (Results 1 – 10 of 10) sorted by relevance
| /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 | 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 | 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 | 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/ |
| H A D | npc.h | 13 #define SET_KEX_LD(intf, lid, ltype, ld, cfg) \ argument 15 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, ltype, ld), cfg) 280 u8 ltype; member
|
| H A D | rvu_npc_hash.c | 303 u8 ltype = (cfg & GENMASK_ULL(7, 4)) >> 4; in npc_update_field_hash() local 306 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][ltype][hash_idx]) { in npc_update_field_hash() 307 switch (ltype & ltype_mask) { in npc_update_field_hash()
|
| H A D | rvu_npc_fs.c | 169 input->layer_mdata.ltype = lt; in npc_set_layer_mdata() 182 input1->layer_mdata.ltype != input2->layer_mdata.ltype) in npc_check_overlap_fields()
|
| H A D | rvu_npc.c | 1441 action0.capture_ltype = kpuaction->ltype; in npc_config_kpuaction()
|
| /linux/net/ipv6/ |
| H A D | ip6_tunnel.c | 745 int ltype = ipv6_addr_type(laddr); in ip6_tnl_get_cap() local 749 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap() 751 } else if (ltype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap() 753 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) && in ip6_tnl_get_cap() 754 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) { in ip6_tnl_get_cap() 755 if (ltype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()
|