Searched refs:l1 (Results 1 - 25 of 99) sorted by path

1234

/linux-master/arch/microblaze/lib/
H A Dmulsi3.S27 bri l1
30 l1: label
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S70 l1: label
73 bf l1
/linux-master/arch/sparc/include/asm/
H A Dttable.h20 clr %l0; clr %l1; clr %l2; clr %l3; \
178 ldx [%sp + PTREGS_OFF + PT_V9_TNPC], %l1; \
179 add %l1, 4, %l2; \
180 stx %l1, [%sp + PTREGS_OFF + PT_V9_TPC]; \
253 stx %l1, [%sp + STACK_BIAS + 0x08]; \
274 stx %l1, [%sp + STACK_BIAS + 0x08]; \
301 stxa %l1, [%g1 + %g3] ASI; \
332 stxa %l1, [%sp + STACK_BIAS + 0x08] %asi; \
366 stx %l1, [%g3 + TI_REG_WINDOW + 0x08]; \
397 stwa %l1, [
[all...]
/linux-master/arch/sparc/kernel/
H A Detrap_32.S21 #define t_pc l1 /* Set by caller */
71 * %l0 contains trap time %psr, %l1 and %l2 contain the
H A Detrap_64.S192 LOAD_PER_CPU_BASE(%g5, %g6, %g4, %g3, %l1)
H A Dhvtramp.S56 mov 0, %l1
70 add %l1, 1, %l1
71 cmp %l1, %l2
H A Durtt_fill.S44 mov %g6, %l1
60 mov %l1, %g6
H A Dwinfixup.S57 stx %l1, [%g3 + TI_REG_WINDOW + 0x08]
74 stw %l1, [%g3 + TI_REG_WINDOW + 0x04]
H A Dwof.S35 #define t_pc l1 /* PC for trap return T */
H A Dwuf.S22 #define t_pc l1
H A Dentry.S63 * This code cannot touch registers %l0 %l1 and %l2
162 jmp %l1
437 ld [%l1], %l5
448 mov %l1, %o1
468 mov %l1, %o1
488 ld [%l1], %o1
500 ld [%l1], %o1
516 mov %l1, %o1
528 cmp %l1, %l5
532 cmp %l1,
[all...]
H A Dhead_32.S126 mov %o1, %l1 ! stash away debug_vec too
317 sll %g1, 0x8, %g1 ! make phys addr for l1 tbl
341 sll %g1, 0x8, %g1 ! make phys addr for l1 tbl
364 mov %l1, %o1 ! and debug_vec
375 add %g7, 0x1c, %l1
376 ld [%l1], %l0
386 ld [%l1], %l0 ! 'compatible' tells
407 ldub [%o2], %l1
408 cmp %l1, 'l'
413 ldub [%o2 + 0x4], %l1
[all...]
H A Dhead_64.S169 mov (1b - prom_peer_name), %l1
170 sub %l0, %l1, %l1
174 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "peer"
184 mov (1b - prom_root_node), %l1
185 sub %l0, %l1, %l1
186 stw %l4, [%l1]
188 mov (1b - prom_getprop_name), %l1
191 sub %l0, %l1,
[all...]
H A Drtrap_32.S19 #define t_pc l1
/linux-master/arch/sparc/lib/
H A Dudivdi3.S109 mov %o1,%l1
241 mov %o1,%l1
245 mov %l1,%i1
/linux-master/arch/sparc/power/
H A Dhibernate_asm.S75 ldxa [%l0 ] %asi, %l1 /* address */
79 sub %l1, %g7, %l1
84 ldxa [%l1 + %l3] ASI_PHYS_USE_EC, %g2
/linux-master/arch/sparc/prom/
H A Dcif.S20 mov %g5, %l1
25 mov %l1, %g5
43 mov %o0, %l1
47 restore %l1, 0, %o0
/linux-master/fs/hpfs/
H A Dname.c76 const unsigned char *n1, unsigned l1,
79 unsigned l = l1 < l2 ? l1 : l2;
88 if (l1 < l2) return -1;
89 if (l1 > l2) return 1;
75 hpfs_compare_names(struct super_block *s, const unsigned char *n1, unsigned l1, const unsigned char *n2, unsigned l2, int last) argument
/linux-master/include/linux/
H A DmISDNhw.h84 void *l1; member in struct:dchannel
/linux-master/scripts/
H A Dextract_xc3028.pl77 my $l1 = ($val >> 8) & 0xff;
80 syswrite(OUTFILE, chr($l0).chr($l1).chr($l2).chr($l3));
94 my $l1 = ($lsb_val >> 8) & 0xff;
98 chr($l0).chr($l1).chr($l2).chr($l3).
/linux-master/arch/arm/mach-omap1/
H A Dirq.c137 void __iomem *l1 = irq_banks[0].va; local
142 irqnr = readl_relaxed(l1 + IRQ_ITR_REG_OFFSET);
143 irqnr &= ~(readl_relaxed(l1 + IRQ_MIR_REG_OFFSET) & 0xffffffff);
147 irqnr = readl_relaxed(l1 + IRQ_SIR_FIQ_REG_OFFSET);
151 irqnr = readl_relaxed(l1 + IRQ_SIR_IRQ_REG_OFFSET);
/linux-master/arch/hexagon/include/asm/
H A Dmmu_context.h32 int l1; local
39 for (l1 = MIN_KERNEL_SEG; l1 <= max_kernel_seg; l1++)
40 next->pgd[l1] = init_mm.pgd[l1];
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c308 size_t l1, l2; local
313 l1 = prom_strlen(s1);
314 while (l1 >= l2) {
315 l1--;
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pic.c296 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/arch/s390/lib/
H A Dstring.c231 static inline int clcle(const char *s1, unsigned long l1, argument
234 union register_pair r1 = { .even = (unsigned long)s1, .odd = l1, };
257 int l1, l2; local
262 l1 = __strend(s1) - s1;
263 while (l1-- >= l2) {

Completed in 265 milliseconds

1234