Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 89) sorted by relevance

1234

/arch/arm/mach-zx/
Dzx296702-pm-domain.c41 unsigned long loop = 1000; in normal_power_off() local
64 } while (--loop && !tmp); in normal_power_off()
66 if (!loop) { in normal_power_off()
77 unsigned long loop = 10000; in normal_power_on() local
85 } while (--loop && tmp); in normal_power_on()
87 if (!loop) { in normal_power_on()
/arch/sh/lib64/
Dstrlen.S24 pta/l loop, tr0
25 loop: label
/arch/m68k/fpsp040/
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/xtensa/include/asm/
Dasmmacro.h53 loop \at, 99f
76 loop\cond \at, 99f
112 loop \at, 99f
126 loop \as, 99f
/arch/alpha/lib/
Dev67-strlen.S39 $loop: ldq $1, 8($0) # L :
42 beq $2, $loop # U :
Dev67-strcat.S44 $loop: ldq $1, 8($16) # L :
47 beq $2, $loop # U :
Dstrcat.S31 $loop: ldq $1, 8($16)
34 beq $2, $loop
Dstrlen.S33 loop: ldq $1, 8($0) label
37 beq $2, loop
Dev6-clear_user.S86 subq $1, 16, $4 # .. .. .. E : If < 16, we can not use the huge loop
87 and $16, 0x3f, $2 # .. .. E .. : Forward work for huge loop
88 subq $2, 0x40, $3 # .. E .. .. : bias counter (huge loop)
140 subq $1, 16, $4 # .. .. E .. : Forward calculation - repeat the loop?
152 subq $0, 168, $5 # E : U L L U : two trips through the loop left?
198 # so we will use $0 as the loop counter
Dclear_user.S32 $loop:
76 beq $4, $loop # .. e1 :
87 br $loop # e1 :
Dstrncat.S36 $loop: ldq $1, 8($16)
39 beq $2, $loop
Dmemset.S78 loop: label
82 bne $3,loop /* .. E1 */
Dev67-strncat.S50 $loop: ldq $1, 8($16) # L :
53 beq $2, $loop # U :
Dev6-memset.S119 and $16, 0x3f, $2 # E : Forward work (only useful for unrolled loop)
178 subq $3, 16, $2 # E : Repeat the loop at least once more?
297 and $16, 0x3f, $2 # E : Forward work (only useful for unrolled loop)
300 blt $4, loop # U :
356 subq $3, 16, $2 # E : Repeat the loop at least once more?
374 loop: label
378 bne $3,loop # U : more?
485 and $16, 0x3f, $2 # E : Forward work (only useful for unrolled loop)
544 subq $3, 16, $2 # E : Repeat the loop at least once more?
Dstrchr.S25 andnot a0, 7, v0 # .. e1 : align our loop pointer
41 $loop: ldq t0, 8(v0) # e0 :
48 beq t0, $loop # .. e1 (zdb)
Dev67-strchr.S39 andnot a0, 7, v0 # E : align our loop pointer
69 $loop: ldq t0, 8(v0) # L : Latency=3
77 beq t0, $loop # U :
Dstrrchr.S44 $loop:
52 beq t1, $loop # .. e1 : if we havnt seen a null, loop
/arch/arm64/include/asm/
Dpercpu.h55 unsigned int loop; \
67 : [loop] "=&r" (loop), [tmp] "=&r" (tmp), \
76 unsigned int loop; \
89 : [loop] "=&r" (loop), [ret] "=&r" (ret), \
/arch/x86/kernel/
Dapb_timer.c356 u32 loop, shift; in apbt_quick_calibrate() local
372 loop = (apbt_freq / 1000) << 4; in apbt_quick_calibrate()
378 old += loop; in apbt_quick_calibrate()
389 if (unlikely(loop >> shift == 0)) { in apbt_quick_calibrate()
394 scale = (int)div_u64((t2 - t1), loop >> shift); in apbt_quick_calibrate()
/arch/powerpc/kernel/
Didle_book3e.S21 .macro BOOK3E_IDLE name loop argument
69 \loop
/arch/arc/lib/
Dstrcpy-700.S33 loop: label
46 beq loop
/arch/arm/mach-omap2/
Dsleep24xx.S65 loop: label
67 bne loop
/arch/arm/lib/
DMakefile10 delay.o delay-loop.o findbit.o memchr.o memcpy.o \
40 AFLAGS_delay-loop.o += -march=armv4
Ddiv64.S84 @ The division loop for needed upper bit positions.
100 @ The division loop for lower bit positions.
115 @ (the 33th bit) this is a false positive so resume the loop.
140 @ If possible, branch for another shift in the division loop.
/arch/ia64/kernel/
Drelocate_kernel.S133 .loop: label
138 (p6) br.cond.sptk.few .loop;;
142 (p6) br.cond.sptk.few .loop;;
148 (p6) br.cond.sptk.few .loop
161 br.sptk.few .loop

1234