Searched refs:l2 (Results 26 - 50 of 130) sorted by relevance

123456

/linux-master/lib/
H A Dstring.c735 size_t l1, l2; local
737 l2 = strlen(s2);
738 if (!l2)
741 while (l1 >= l2) {
743 if (!memcmp(s1, s2, l2))
761 size_t l2; local
763 l2 = strlen(s2);
764 if (!l2)
766 while (len >= l2) {
768 if (!memcmp(s1, s2, l2))
[all...]
/linux-master/arch/sparc/kernel/
H A Dhead_64.S171 mov 0, %l2
178 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, 0
189 mov (1b - prom_compatible_name), %l2
192 sub %l0, %l2, %l2
204 stx %l2, [%sp + 2047 + 128 + 0x20] ! arg2, "compatible"
213 mov (1b - prom_chosen_path), %l2
216 sub %l0, %l2, %l2
226 stx %l2, [
[all...]
H A Dentry.S63 * This code cannot touch registers %l0 %l1 and %l2
163 rett %l2
449 mov %l2, %o2
456 jmpl %l2, %g0
457 rett %l2 + 4
469 mov %l2, %o2
517 mov %l2, %o2
556 mov %l2, %o2
573 mov %l2, %o2
590 mov %l2,
[all...]
H A Dhvtramp.S57 lduw [%l0 + HVTRAMP_DESCR_NUM_MAPPINGS], %l2
71 cmp %l1, %l2
/linux-master/arch/x86/boot/
H A Dstring.c173 size_t l1, l2; local
175 l2 = strlen(s2);
176 if (!l2)
179 while (l1 >= l2) {
181 if (!memcmp(s1, s2, l2))
/linux-master/tools/perf/util/
H A Dhelp-unknown-cmd.c28 int l2 = (*c2)->len; local
29 return l1 != l2 ? l1 - l2 : strcmp(s1, s2);
/linux-master/tools/mm/
H A Dpage_owner_sort.c128 const struct block_list *l1 = p1, *l2 = p2; local
130 return strcmp(l1->txt, l2->txt);
135 const struct block_list *l1 = p1, *l2 = p2; local
137 return strcmp(l1->stacktrace, l2->stacktrace);
142 const struct block_list *l1 = p1, *l2 = p2; local
144 return l1->num - l2->num;
149 const struct block_list *l1 = p1, *l2 = p2; local
151 return l1->page_num - l2->page_num;
156 const struct block_list *l1 = p1, *l2 = p2; local
158 return l1->pid - l2
163 const struct block_list *l1 = p1, *l2 = p2; local
170 const struct block_list *l1 = p1, *l2 = p2; local
177 const struct block_list *l1 = p1, *l2 = p2; local
184 const struct block_list *l1 = p1, *l2 = p2; local
[all...]
/linux-master/arch/powerpc/include/asm/
H A Duaccess.h79 EX_TABLE(1b, %l2) \
88 EX_TABLE(1b, %l2) \
103 EX_TABLE(1b, %l2) \
104 EX_TABLE(2b, %l2) \
151 EX_TABLE(1b, %l2) \
160 EX_TABLE(1b, %l2) \
175 EX_TABLE(1b, %l2) \
176 EX_TABLE(2b, %l2) \
H A Delf.h144 NEW_AUX_ENT(AT_L2_CACHESIZE, ppc64_caches.l2.size); \
145 NEW_AUX_ENT(AT_L2_CACHEGEOMETRY, get_cache_geometry(l2)); \
H A Dcache.h56 struct ppc_cache_info l2; member in struct:ppc64_caches
/linux-master/arch/sparc/lib/
H A DNGpage.S31 ldda [%i1 + 0x20] %asi, %l2
37 stxa %l2, [%i0 + 0x20] %asi
43 ldda [%i1 + 0x60] %asi, %l2
49 stxa %l2, [%i0 + 0x60] %asi
H A Dxor.S375 ldda [%i0 + 0x30] %asi, %l2 /* %l2/%l3 = dest + 0x30 */
389 xor %l2, %l0, %l2
391 stxa %l2, [%i0 + 0x30] %asi
568 ldda [%i0 + 0x00] %asi, %l2 /* %l2/%l3 = dest + 0x00 */
578 xor %l2, %l0, %l2
580 stxa %l2, [
[all...]
/linux-master/include/uapi/linux/
H A Datmsap.h112 unsigned char user; /* user-specified l2 information */
113 } l2; member in struct:atm_blli
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c59 struct mlx5e_l2_table l2; member in struct:mlx5e_flow_steering
230 dest.ft = fs->l2.ft.t;
415 struct mlx5_flow_table *ft = fs->l2.ft.t;
422 fs->l2.trap_rule = NULL;
426 fs->l2.trap_rule = rule;
432 if (fs->l2.trap_rule) {
433 mlx5_del_flow_rules(fs->l2.trap_rule);
434 fs->l2.trap_rule = NULL;
615 mlx5e_add_l2_to_hash(fs->l2.netdev_uc, netdev->dev_addr);
617 mlx5e_add_l2_to_hash(fs->l2
[all...]
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.h139 struct mtk_foe_mac_info l2; member in struct:mtk_foe_bridge
170 struct mtk_foe_mac_info l2; member in struct:mtk_foe_ipv4
186 struct mtk_foe_mac_info l2; member in struct:mtk_foe_ipv4_dslite
210 struct mtk_foe_mac_info l2; member in struct:mtk_foe_ipv6
232 struct mtk_foe_mac_info l2; member in struct:mtk_foe_ipv6_6rd
/linux-master/arch/sparc/include/asm/
H A Dttable.h20 clr %l0; clr %l1; clr %l2; clr %l3; \
179 add %l1, 4, %l2; \
182 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC];
254 stx %l2, [%sp + STACK_BIAS + 0x10]; \
275 stx %l2, [%sp + STACK_BIAS + 0x10]; \
303 stxa %l2, [%g1 + %g0] ASI; \
333 stxa %l2, [%sp + STACK_BIAS + 0x10] %asi; \
367 stx %l2, [%g3 + TI_REG_WINDOW + 0x10]; \
399 stwa %l2, [%g1 + %g0] ASI; \
432 stwa %l2, [
[all...]
/linux-master/drivers/scsi/arm/
H A Deesox.c240 unsigned long l1, l2; local
244 l2 = readl(reg_dmadata) & mask;
245 l2 |= readl(reg_dmadata) << 16;
248 *(u32 *)buf = l2;
319 unsigned long l1, l2; local
323 l2 = *(u32 *)buf;
328 writel(l2 << 16, reg_dmadata);
329 writel(l2, reg_dmadata);
/linux-master/arch/powerpc/kernel/
H A Dsetup_64.c630 struct device_node *cpu = NULL, *l2, *l3 = NULL; local
645 init_cache_info(&ppc64_caches.l2, 0x80000, 128, 0, 512);
665 l2 = of_find_next_cache_node(cpu);
667 if (l2) {
668 parse_cache_info(l2, false, &ppc64_caches.l2);
669 l3 = of_find_next_cache_node(l2);
670 of_node_put(l2);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c619 struct __cache *l2 = &entry->region.cache; local
621 val = l2->init_tag_val;
622 poll_mask = LSB(MSW(l2->ctrl_val));
623 poll_to = MSB(MSW(l2->ctrl_val));
625 for (i = 0; i < l2->no_ops; i++) {
626 qlcnic_ind_wr(adapter, l2->addr, val);
627 if (LSW(l2->ctrl_val))
628 qlcnic_ind_wr(adapter, l2->ctrl_addr,
629 LSW(l2->ctrl_val));
633 data = qlcnic_ind_rd(adapter, l2
[all...]
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pic.c183 pr_debug("%s: irq=%x. l2=%d flow_type=%d\n", __func__,
296 static int mpc52xx_is_extirq(int l1, int l2) argument
298 return ((l1 == 0) && (l2 == 0)) ||
299 ((l1 == 1) && (l2 >= 1) && (l2 <= 3));
331 pr_debug("return %x, l1=%d, l2=%d\n", intrvect_linux, intrvect_l1,
384 pr_debug("%s: virq=%x, l1=%i, l2=%i\n", __func__, virq, l1irq, l2irq);
/linux-master/drivers/memory/
H A DMakefile14 obj-$(CONFIG_BT1_L2_CTL) += bt1-l2-ctl.o
/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_dt4_l3vpn_test.sh448 local l2="3 4"
456 for j in ${l2}; do
462 tmp="${l1}"; l1="${l2}"; l2="${tmp}"
H A Dsrv6_end_dt6_l3vpn_test.sh453 local l2="3 4"
461 for j in ${l2}; do
467 tmp="${l1}"; l1="${l2}"; l2="${tmp}"
/linux-master/drivers/soc/qcom/
H A DMakefile34 obj-$(CONFIG_QCOM_KRYO_L2_ACCESSORS) += kryo-l2-accessors.o
/linux-master/kernel/
H A Dcompat.c206 compat_ulong_t l1, l2; local
208 unsafe_get_user(l2, umask++, Efault);
209 *mask++ = ((unsigned long)l2 << BITS_PER_COMPAT_LONG) | l1;

Completed in 241 milliseconds

123456