/Linux-v5.15/arch/x86/kernel/cpu/mtrr/ |
D | mtrr.c | 304 mtrr_type ltype; in mtrr_add_page() local 344 mtrr_if->get(i, &lbase, &lsize, <ype); in mtrr_add_page() 356 if (type == ltype) { in mtrr_add_page() 359 } else if (types_compatible(type, ltype)) in mtrr_add_page() 367 if (ltype != type) { in mtrr_add_page() 368 if (types_compatible(type, ltype)) in mtrr_add_page() 371 base, size, mtrr_attrib_to_str(ltype), in mtrr_add_page() 479 mtrr_type ltype; in mtrr_del_page() local 493 mtrr_if->get(i, &lbase, &lsize, <ype); in mtrr_del_page() 509 mtrr_if->get(reg, &lbase, &lsize, <ype); in mtrr_del_page() [all …]
|
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 | 562 mtrr_type ltype; in generic_get_free_region() local 570 mtrr_if->get(i, &lbase, &lsize, <ype); in generic_get_free_region()
|
/Linux-v5.15/arch/x86/include/asm/ |
D | uaccess.h | 336 #define __get_user_asm(x, addr, itype, ltype, label) \ argument 340 : [output] ltype(x) \ 399 #define __get_user_asm(x, addr, err, itype, ltype) \ argument 410 [output] ltype(x) \ 425 #define __put_user_goto(x, addr, itype, ltype, label) \ argument 429 : : ltype(x), "m" (__m(addr)) \
|
/Linux-v5.15/drivers/vfio/mdev/ |
D | mdev_sysfs.c | 176 struct mdev_type *ltype, *tmp; in add_mdev_supported_type_groups() local 178 list_for_each_entry_safe(ltype, tmp, &parent->type_list, in add_mdev_supported_type_groups() 180 list_del(<ype->next); in add_mdev_supported_type_groups() 181 remove_mdev_supported_type(ltype); in add_mdev_supported_type_groups()
|
/Linux-v5.15/net/ipv6/ |
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()
|
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/ |
D | npc.h | 245 u8 ltype; member
|
D | rvu_npc_fs.c | 143 input->layer_mdata.ltype = lt; in npc_set_layer_mdata() 156 input1->layer_mdata.ltype != input2->layer_mdata.ltype) in npc_check_overlap_fields()
|
D | rvu.h | 123 u8 ltype; member
|
D | rvu_npc.c | 1169 #define SET_KEX_LD(intf, lid, ltype, ld, cfg) \ argument 1171 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, ltype, ld), cfg) 1352 action0.capture_ltype = kpuaction->ltype; in npc_config_kpuaction()
|