Searched refs:loop (Results 1 - 25 of 106) sorted by relevance

12345

/arch/mn10300/proc-mn2ws0050/
H A Dproc-init.c35 int loop; local
38 for (loop = 0x000; loop < 0x400; loop += 8)
39 __set_intr_stub(loop, __common_exception);
75 for (loop = 0; loop < GxICR_NUM_IRQS; loop++)
76 GxICR(loop) = GxICR_LEVEL_6 | GxICR_DETECT;
78 for (loop
[all...]
/arch/mn10300/proc-mn103e010/
H A Dproc-init.c21 int loop; local
24 for (loop = 0x000; loop < 0x400; loop += 8)
25 __set_intr_stub(loop, __common_exception);
58 for (loop = 0; loop < NR_IRQS; loop++)
59 GxICR(loop) = GxICR_LEVEL_6 | GxICR_DETECT;
/arch/sh/lib64/
H A Dstrlen.S23 pta/l loop, tr0
24 loop: label
/arch/frv/kernel/
H A Dgdb-stub.c248 int loop = 0; local
249 while ((dst[loop] = src[loop]))
250 loop++;
847 int bkpt, loop, xloop; local
870 for (loop = 0; loop < len/4; loop++)
871 if (!gdbstub_read_dword(&((uint32_t *) addr)[loop],
872 &gdbstub_bkpts[bkpt].originsns[loop]))
1011 int bkpt, loop; local
1182 int loop; local
1311 int loop; local
1395 unsigned long addr, length, loop, dbar, temp, temp2, temp3; local
[all...]
H A Dtraps.c508 int loop; local
517 for (loop = 0; loop < NR_PT_REGS; loop++) {
518 printk("%s %08lx", regnames[loop + 0], reg[loop + 0]);
520 if (loop == NR_PT_REGS - 1 || loop % 5 == 4)
557 int loop; local
565 for (loop
[all...]
/arch/alpha/lib/
H A Dev67-strcat.S43 $loop: ldq $1, 8($16) # L :
46 beq $2, $loop # U :
H A Dev67-strlen.S38 $loop: ldq $1, 8($0) # L :
41 beq $2, $loop # U :
H A Dstrcat.S29 $loop: ldq $1, 8($16)
32 beq $2, $loop
H A Dstrlen.S32 loop: ldq $1, 8($0) label
36 beq $2, loop
H A Dmemset.S75 loop: label
79 bne $3,loop /* .. E1 */
H A Dstrncat.S35 $loop: ldq $1, 8($16)
38 beq $2, $loop
H A Dclear_user.S45 $loop:
88 beq $4, $loop # .. e1 :
99 br $loop # e1 :
H A Dev67-strncat.S49 $loop: ldq $1, 8($16) # L :
52 beq $2, $loop # U :
H A Dev6-clear_user.S39 * it's going to be worth the effort to hand-unroll a big loop, and use wh64.
92 * values upon initial entry to the loop
98 subq $1, 16, $4 # .. .. .. E : If < 16, we can not use the huge loop
99 and $6, 0x3f, $2 # .. .. E .. : Forward work for huge loop
100 subq $2, 0x40, $3 # .. E .. .. : bias counter (huge loop)
105 * going to be able to use the large block clear loop at least once.
136 * staggered fashion, we can still do this loop in 5 fetches
139 * Assumes the wh64 needs to be for 2 trips through the loop in the future
141 * through the loop, and if there are less than two trips left, the target
152 subq $1, 16, $4 # .. .. E .. : Forward calculation - repeat the loop
[all...]
/arch/xtensa/include/asm/
H A Dasmmacro.h32 * cond true condition (used in loop'cond')
36 * restart loop. 'as' register must not have been modified!
45 * loop for given size as immediate
52 loop \at, 99f
61 * loop for given size in register
75 loop\cond \at, 99f
100 * loop from ar to ax
111 loop \at, 99f
119 * restart loop. registers must be unchanged
125 loop \a
[all...]
/arch/frv/mm/
H A Dpgalloc.c51 int loop; local
59 for (loop = PME_SIZE; loop > 0; loop -= 4) {
H A Dinit.c120 unsigned long loop, pfn; local
129 for (loop = 0 ; loop < npages ; loop++)
130 if (PageReserved(&mem_map[loop]))
/arch/cris/arch-v10/lib/
H A Dcsumcpfruser.S32 ;; Here from the movem loop; restore stack.
38 ;; Here from the word loop; r12 is off by 2; add it back.
H A Dchecksum.S23 ;; need to save the registers we use below in the movem loop
33 subq 10*4,$r11 ; update length for the first loop
59 ;; fold the carry into the checksum, to avoid having to loop the carry
69 addq 10*4,$r11 ; compensate for last loop underflowing length
/arch/cris/arch-v32/lib/
H A Dcsumcpfruser.S32 ;; Here from the movem loop; restore stack.
38 ;; Here from the word loop; r12 is off by 2; add it back.
/arch/mn10300/mm/
H A Dinit.c52 int loop; local
61 for (loop = VMALLOC_START / (PAGE_SIZE * PTRS_PER_PTE);
62 loop < VMALLOC_END / (PAGE_SIZE * PTRS_PER_PTE);
63 loop++
65 set_pgd(swapper_pg_dir + loop, __pgd(__pa(ppte) | _PAGE_TABLE));
/arch/mn10300/kernel/
H A Dgdb-stub.c224 int loop = 0; local
225 while ((dst[loop] = src[loop]))
226 loop++;
1084 int bkpt, loop, xloop; local
1098 for (loop = 0; loop < len; loop++)
1099 if (gdbstub_read_byte(&addr[loop],
1100 &gdbstub_bkpts[bkpt].origbytes[loop]
1146 int bkpt, loop; local
1187 int loop; local
[all...]
/arch/mips/cavium-octeon/executive/
H A DMakefile16 cvmx-helper-loop.o cvmx-helper-spi.o cvmx-helper-util.o \
/arch/m68k/fpsp040/
H A Dbinstr.S25 | A2. Beginning of the loop:
43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
81 | A2. Copy d2:d3 to d4:d5. Start loop.
83 loop: label
113 tstw %d7 |if zero, store digit & to loop
122 dbf %d0,loop |do loop some more!
129 dbf %d0,loop |do loop some more!
/arch/x86/kernel/
H A Dapb_timer.c387 u32 loop, shift; local
403 loop = (apbt_freq / 1000) << 4;
409 old += loop;
420 if (unlikely(loop >> shift == 0)) {
425 scale = (int)div_u64((t2 - t1), loop >> shift);

Completed in 1787 milliseconds

12345