Home
last modified time | relevance | path

Searched refs:ltype (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/arch/x86/kernel/cpu/mtrr/
A Dmtrr.c261 mtrr_type ltype; in mtrr_add_page() local
301 mtrr_if->get(i, &lbase, &lsize, &ltype); in mtrr_add_page()
313 if (type == ltype) { in mtrr_add_page()
324 if (ltype != type) { in mtrr_add_page()
325 if (types_compatible(type, ltype)) in mtrr_add_page()
328 base, size, mtrr_attrib_to_str(ltype), in mtrr_add_page()
436 mtrr_type ltype; in mtrr_del_page() local
450 mtrr_if->get(i, &lbase, &lsize, &ltype); in mtrr_del_page()
581 mtrr_type ltype; member
595 &mtrr_value[i].ltype); in mtrr_save()
[all …]
A Dcyrix.c94 mtrr_type ltype; in cyrix_get_free_region() local
114 cyrix_get_arr(7, &lbase, &lsize, &ltype); in cyrix_get_free_region()
120 cyrix_get_arr(i, &lbase, &lsize, &ltype); in cyrix_get_free_region()
128 cyrix_get_arr(i, &lbase, &lsize, &ltype); in cyrix_get_free_region()
A Dcentaur.c30 mtrr_type ltype; in centaur_get_free_region() local
40 mtrr_if->get(i, &lbase, &lsize, &ltype); in centaur_get_free_region()
A Dgeneric.c546 mtrr_type ltype; in generic_get_free_region() local
554 mtrr_if->get(i, &lbase, &lsize, &ltype); in generic_get_free_region()
/linux-6.3-rc2/arch/x86/include/asm/
A Duaccess.h319 #define __get_user_asm(x, addr, itype, ltype, label) \ argument
323 : [output] ltype(x) \
395 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument
406 : [new] ltype (__new) \
434 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument
450 : [new] ltype (__new) \
501 #define __put_user_goto(x, addr, itype, ltype, label) \ argument
505 : : ltype(x), "m" (__m(addr)) \
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Dnpc.h13 #define SET_KEX_LD(intf, lid, ltype, ld, cfg) \ argument
15 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, ltype, ld), cfg)
260 u8 ltype; member
A Drvu_npc_fs.c161 input->layer_mdata.ltype = lt; in npc_set_layer_mdata()
174 input1->layer_mdata.ltype != input2->layer_mdata.ltype) in npc_check_overlap_fields()
A Drvu_npc_hash.c259 u8 ltype = (cfg & GENMASK_ULL(7, 4)) >> 4; in npc_update_field_hash() local
262 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][ltype][hash_idx]) { in npc_update_field_hash()
263 switch (ltype & ltype_mask) { in npc_update_field_hash()
A Drvu.h132 u8 ltype; member
A Drvu_npc.c1419 action0.capture_ltype = kpuaction->ltype; in npc_config_kpuaction()
/linux-6.3-rc2/net/ipv6/
A Dip6_tunnel.c743 int ltype = ipv6_addr_type(laddr); in ip6_tnl_get_cap() local
747 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap()
749 } else if (ltype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap()
751 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) && in ip6_tnl_get_cap()
752 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) { in ip6_tnl_get_cap()
753 if (ltype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()

Completed in 31 milliseconds