/linux-6.6.21/arch/x86/kernel/cpu/mtrr/ |
D | mtrr.c | 230 mtrr_type ltype; in mtrr_add_page() local 270 mtrr_if->get(i, &lbase, &lsize, <ype); in mtrr_add_page() 282 if (type == ltype) { in mtrr_add_page() 285 } else if (types_compatible(type, ltype)) in mtrr_add_page() 293 if (ltype != type) { in mtrr_add_page() 294 if (types_compatible(type, ltype)) in mtrr_add_page() 297 base, size, mtrr_attrib_to_str(ltype), in mtrr_add_page() 405 mtrr_type ltype; in mtrr_del_page() local 419 mtrr_if->get(i, &lbase, &lsize, <ype); in mtrr_del_page() 434 mtrr_if->get(reg, &lbase, &lsize, <ype); in mtrr_del_page()
|
D | legacy.c | 37 mtrr_type ltype; member 54 &mtrr_value[i].ltype); in mtrr_save() 67 mtrr_value[i].ltype); in mtrr_restore()
|
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()
|
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()
|
D | generic.c | 780 mtrr_type ltype; in generic_get_free_region() local 788 mtrr_if->get(i, &lbase, &lsize, <ype); in generic_get_free_region()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | uaccess.h | 297 #define __get_user_asm(x, addr, itype, ltype, label) \ argument 301 : [output] ltype(x) \ 373 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument 384 : [new] ltype (__new) \ 412 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument 428 : [new] ltype (__new) \ 479 #define __put_user_goto(x, addr, itype, ltype, label) \ argument 483 : : ltype(x), "m" (__m(addr)) \
|
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/af/ |
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) 264 u8 ltype; member
|
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()
|
D | rvu_npc_fs.c | 158 input->layer_mdata.ltype = lt; in npc_set_layer_mdata() 171 input1->layer_mdata.ltype != input2->layer_mdata.ltype) in npc_check_overlap_fields()
|
D | rvu.h | 135 u8 ltype; member
|
D | rvu_npc.c | 1462 action0.capture_ltype = kpuaction->ltype; in npc_config_kpuaction()
|
/linux-6.6.21/net/ipv6/ |
D | ip6_tunnel.c | 743 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()
|