Home
last modified time | relevance | path

Searched refs:ltype (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
Dmtrr.c306 mtrr_type ltype; in mtrr_add_page() local
346 mtrr_if->get(i, &lbase, &lsize, &ltype); 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, &ltype); in mtrr_del_page()
511 mtrr_if->get(reg, &lbase, &lsize, &ltype); in mtrr_del_page()
[all …]
Dcyrix.c94 mtrr_type ltype; in cyrix_get_free_region() local
114 cyrix_get_arr(7, &lbase, &lsize, &ltype); in cyrix_get_free_region()
120 cyrix_get_arr(i, &lbase, &lsize, &ltype); in cyrix_get_free_region()
128 cyrix_get_arr(i, &lbase, &lsize, &ltype); in cyrix_get_free_region()
Dcentaur.c30 mtrr_type ltype; in centaur_get_free_region() local
40 mtrr_if->get(i, &lbase, &lsize, &ltype); in centaur_get_free_region()
Dgeneric.c563 mtrr_type ltype; in generic_get_free_region() local
571 mtrr_if->get(i, &lbase, &lsize, &ltype); in generic_get_free_region()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Duaccess.h337 #define __get_user_asm(x, addr, itype, ltype, label) \ argument
341 : [output] ltype(x) \
400 #define __get_user_asm(x, addr, err, itype, ltype) \ argument
411 [output] ltype(x) \
426 #define __put_user_goto(x, addr, itype, ltype, label) \ argument
430 : : ltype(x), "m" (__m(addr)) \
/kernel/linux/linux-5.10/drivers/vfio/mdev/
Dmdev_sysfs.c168 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(&ltype->next); in add_mdev_supported_type_groups()
173 remove_mdev_supported_type(ltype); in add_mdev_supported_type_groups()
/kernel/linux/linux-5.10/net/ipv6/
Dip6_tunnel.c776 int ltype = ipv6_addr_type(laddr); in ip6_tnl_get_cap() local
780 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap()
782 } else if (ltype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap()
784 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) && in ip6_tnl_get_cap()
785 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) { in ip6_tnl_get_cap()
786 if (ltype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h175 u8 ltype; member
Drvu_npc.c727 #define SET_KEX_LD(intf, lid, ltype, ld, cfg) \ argument
729 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, ltype, ld), cfg)
857 action0.capture_ltype = kpuaction->ltype; in npc_config_kpuaction()