/linux-6.3-rc2/arch/x86/kernel/cpu/mtrr/ |
A D | mtrr.c | 261 mtrr_type ltype; in mtrr_add_page() local 301 mtrr_if->get(i, &lbase, &lsize, <ype); 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, <ype); in mtrr_del_page() 581 mtrr_type ltype; member 595 &mtrr_value[i].ltype); in mtrr_save() [all …]
|
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()
|
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()
|
A D | generic.c | 546 mtrr_type ltype; in generic_get_free_region() local 554 mtrr_if->get(i, &lbase, &lsize, <ype); in generic_get_free_region()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | uaccess.h | 319 #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 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) 260 u8 ltype; member
|
A D | rvu_npc_fs.c | 161 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 D | rvu_npc_hash.c | 259 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 D | rvu.h | 132 u8 ltype; member
|
A D | rvu_npc.c | 1419 action0.capture_ltype = kpuaction->ltype; in npc_config_kpuaction()
|
/linux-6.3-rc2/net/ipv6/ |
A 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()
|