ltype             368 arch/x86/include/asm/uaccess.h #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret)	\
ltype             378 arch/x86/include/asm/uaccess.h 		     : "=r" (err), ltype(x)				\
ltype             381 arch/x86/include/asm/uaccess.h #define __get_user_asm_nozero(x, addr, err, itype, rtype, ltype, errret)	\
ltype             390 arch/x86/include/asm/uaccess.h 		     : "=r" (err), ltype(x)				\
ltype             418 arch/x86/include/asm/uaccess.h #define __get_user_asm_ex(x, addr, itype, rtype, ltype)			\
ltype             426 arch/x86/include/asm/uaccess.h 		     : ltype(x) : "m" (__m(addr)))
ltype             465 arch/x86/include/asm/uaccess.h #define __put_user_goto(x, addr, itype, rtype, ltype, label)	\
ltype             469 arch/x86/include/asm/uaccess.h 		: : ltype(x), "m" (__m(addr))				\
ltype             472 arch/x86/include/asm/uaccess.h #define __put_user_failed(x, addr, itype, rtype, ltype, errret)		\
ltype             475 arch/x86/include/asm/uaccess.h 		__put_user_goto(x,addr,itype,rtype,ltype,__puflab);	\
ltype             479 arch/x86/include/asm/uaccess.h #define __put_user_asm(x, addr, retval, itype, rtype, ltype, errret)	do {	\
ltype             480 arch/x86/include/asm/uaccess.h 	retval = __put_user_failed(x, addr, itype, rtype, ltype, errret);	\
ltype             483 arch/x86/include/asm/uaccess.h #define __put_user_asm_ex(x, addr, itype, rtype, ltype)			\
ltype             487 arch/x86/include/asm/uaccess.h 		     : : ltype(x), "m" (__m(addr)))
ltype              30 arch/x86/kernel/cpu/mtrr/centaur.c 	mtrr_type ltype;
ltype              40 arch/x86/kernel/cpu/mtrr/centaur.c 		mtrr_if->get(i, &lbase, &lsize, &ltype);
ltype              94 arch/x86/kernel/cpu/mtrr/cyrix.c 	mtrr_type ltype;
ltype             114 arch/x86/kernel/cpu/mtrr/cyrix.c 		cyrix_get_arr(7, &lbase, &lsize, &ltype);
ltype             120 arch/x86/kernel/cpu/mtrr/cyrix.c 			cyrix_get_arr(i, &lbase, &lsize, &ltype);
ltype             128 arch/x86/kernel/cpu/mtrr/cyrix.c 		cyrix_get_arr(i, &lbase, &lsize, &ltype);
ltype             563 arch/x86/kernel/cpu/mtrr/generic.c 	mtrr_type ltype;
ltype             571 arch/x86/kernel/cpu/mtrr/generic.c 		mtrr_if->get(i, &lbase, &lsize, &ltype);
ltype             306 arch/x86/kernel/cpu/mtrr/mtrr.c 	mtrr_type ltype;
ltype             346 arch/x86/kernel/cpu/mtrr/mtrr.c 		mtrr_if->get(i, &lbase, &lsize, &ltype);
ltype             358 arch/x86/kernel/cpu/mtrr/mtrr.c 				if (type == ltype) {
ltype             361 arch/x86/kernel/cpu/mtrr/mtrr.c 				} else if (types_compatible(type, ltype))
ltype             369 arch/x86/kernel/cpu/mtrr/mtrr.c 		if (ltype != type) {
ltype             370 arch/x86/kernel/cpu/mtrr/mtrr.c 			if (types_compatible(type, ltype))
ltype             373 arch/x86/kernel/cpu/mtrr/mtrr.c 				base, size, mtrr_attrib_to_str(ltype),
ltype             481 arch/x86/kernel/cpu/mtrr/mtrr.c 	mtrr_type ltype;
ltype             495 arch/x86/kernel/cpu/mtrr/mtrr.c 			mtrr_if->get(i, &lbase, &lsize, &ltype);
ltype             511 arch/x86/kernel/cpu/mtrr/mtrr.c 	mtrr_if->get(reg, &lbase, &lsize, &ltype);
ltype             640 arch/x86/kernel/cpu/mtrr/mtrr.c 	mtrr_type	ltype;
ltype             654 arch/x86/kernel/cpu/mtrr/mtrr.c 				&mtrr_value[i].ltype);
ltype             667 arch/x86/kernel/cpu/mtrr/mtrr.c 				    mtrr_value[i].ltype);
ltype             128 drivers/net/ethernet/marvell/octeontx2/af/npc.h 	u8 ltype;
ltype             646 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c #define SET_KEX_LD(intf, lid, ltype, ld, cfg)	\
ltype             648 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, ltype, ld), cfg)
ltype             661 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	int lid, ltype;
ltype             672 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		for (ltype = 0; ltype < 16; ltype++) {
ltype             673 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 			SET_KEX_LD(NIX_INTF_RX, lid, ltype, 0, 0ULL);
ltype             674 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 			SET_KEX_LD(NIX_INTF_RX, lid, ltype, 1, 0ULL);
ltype             675 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 			SET_KEX_LD(NIX_INTF_TX, lid, ltype, 0, 0ULL);
ltype             676 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 			SET_KEX_LD(NIX_INTF_TX, lid, ltype, 1, 0ULL);
ltype             678 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 			SET_KEX_LDFLAGS(NIX_INTF_RX, 0, ltype, 0ULL);
ltype             679 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 			SET_KEX_LDFLAGS(NIX_INTF_RX, 1, ltype, 0ULL);
ltype             680 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 			SET_KEX_LDFLAGS(NIX_INTF_TX, 0, ltype, 0ULL);
ltype             681 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 			SET_KEX_LDFLAGS(NIX_INTF_TX, 1, ltype, 0ULL);
ltype             866 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	action0.capture_ltype = kpuaction->ltype;
ltype             168 drivers/vfio/mdev/mdev_sysfs.c 			struct mdev_type *ltype, *tmp;
ltype             170 drivers/vfio/mdev/mdev_sysfs.c 			list_for_each_entry_safe(ltype, tmp, &parent->type_list,
ltype             172 drivers/vfio/mdev/mdev_sysfs.c 				list_del(&ltype->next);
ltype             173 drivers/vfio/mdev/mdev_sysfs.c 				remove_mdev_supported_type(ltype);
ltype             722 net/ipv6/ip6_tunnel.c 	int ltype = ipv6_addr_type(laddr);
ltype             726 net/ipv6/ip6_tunnel.c 	if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) {
ltype             728 net/ipv6/ip6_tunnel.c 	} else if (ltype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) &&
ltype             730 net/ipv6/ip6_tunnel.c 		   !((ltype|rtype) & IPV6_ADDR_LOOPBACK) &&
ltype             731 net/ipv6/ip6_tunnel.c 		   (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) {
ltype             732 net/ipv6/ip6_tunnel.c 		if (ltype&IPV6_ADDR_UNICAST)