/Linux-v5.4/arch/x86/kernel/cpu/mtrr/ |
D | mtrr.c | 306 mtrr_type ltype; in mtrr_add_page() local 346 mtrr_if->get(i, &lbase, &lsize, <ype); in mtrr_add_page() 358 if (type == ltype) { in mtrr_add_page() 361 } else if (types_compatible(type, ltype)) in mtrr_add_page() 369 if (ltype != type) { in mtrr_add_page() 370 if (types_compatible(type, ltype)) in mtrr_add_page() 373 base, size, mtrr_attrib_to_str(ltype), in mtrr_add_page() 481 mtrr_type ltype; in mtrr_del_page() local 495 mtrr_if->get(i, &lbase, &lsize, <ype); in mtrr_del_page() 511 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 | 563 mtrr_type ltype; in generic_get_free_region() local 571 mtrr_if->get(i, &lbase, &lsize, <ype); in generic_get_free_region()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | uaccess.h | 368 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument 378 : "=r" (err), ltype(x) \ 381 #define __get_user_asm_nozero(x, addr, err, itype, rtype, ltype, errret) \ argument 390 : "=r" (err), ltype(x) \ 418 #define __get_user_asm_ex(x, addr, itype, rtype, ltype) \ argument 426 : ltype(x) : "m" (__m(addr))) 465 #define __put_user_goto(x, addr, itype, rtype, ltype, label) \ argument 469 : : ltype(x), "m" (__m(addr)) \ 472 #define __put_user_failed(x, addr, itype, rtype, ltype, errret) \ argument 475 __put_user_goto(x,addr,itype,rtype,ltype,__puflab); \ [all …]
|
/Linux-v5.4/drivers/vfio/mdev/ |
D | mdev_sysfs.c | 168 struct mdev_type *ltype, *tmp; in add_mdev_supported_type_groups() local 170 list_for_each_entry_safe(ltype, tmp, &parent->type_list, in add_mdev_supported_type_groups() 172 list_del(<ype->next); in add_mdev_supported_type_groups() 173 remove_mdev_supported_type(ltype); in add_mdev_supported_type_groups()
|
/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc.c | 646 #define SET_KEX_LD(intf, lid, ltype, ld, cfg) \ argument 648 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, ltype, ld), cfg) 661 int lid, ltype; in npc_config_ldata_extract() local 672 for (ltype = 0; ltype < 16; ltype++) { in npc_config_ldata_extract() 673 SET_KEX_LD(NIX_INTF_RX, lid, ltype, 0, 0ULL); in npc_config_ldata_extract() 674 SET_KEX_LD(NIX_INTF_RX, lid, ltype, 1, 0ULL); in npc_config_ldata_extract() 675 SET_KEX_LD(NIX_INTF_TX, lid, ltype, 0, 0ULL); in npc_config_ldata_extract() 676 SET_KEX_LD(NIX_INTF_TX, lid, ltype, 1, 0ULL); in npc_config_ldata_extract() 678 SET_KEX_LDFLAGS(NIX_INTF_RX, 0, ltype, 0ULL); in npc_config_ldata_extract() 679 SET_KEX_LDFLAGS(NIX_INTF_RX, 1, ltype, 0ULL); in npc_config_ldata_extract() [all …]
|
D | npc.h | 128 u8 ltype; member
|
/Linux-v5.4/net/ipv6/ |
D | ip6_tunnel.c | 722 int ltype = ipv6_addr_type(laddr); in ip6_tnl_get_cap() local 726 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap() 728 } else if (ltype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap() 730 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) && in ip6_tnl_get_cap() 731 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) { in ip6_tnl_get_cap() 732 if (ltype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()
|