Home
last modified time | relevance | path

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

12345

/arch/mn10300/proc-mn2ws0050/
Dproc-init.c35 int loop; in processor_init() local
38 for (loop = 0x000; loop < 0x400; loop += 8) in processor_init()
39 __set_intr_stub(loop, __common_exception); in processor_init()
75 for (loop = 0; loop < GxICR_NUM_IRQS; loop++) in processor_init()
76 GxICR(loop) = GxICR_LEVEL_6 | GxICR_DETECT; in processor_init()
78 for (loop = 0; loop < NR_IRQS; loop++) in processor_init()
79 GxICR(loop) = GxICR_LEVEL_6 | GxICR_DETECT; in processor_init()
/arch/mn10300/proc-mn103e010/
Dproc-init.c21 int loop; in processor_init() local
24 for (loop = 0x000; loop < 0x400; loop += 8) in processor_init()
25 __set_intr_stub(loop, __common_exception); in processor_init()
58 for (loop = 0; loop < NR_IRQS; loop++) in processor_init()
59 GxICR(loop) = GxICR_LEVEL_6 | GxICR_DETECT; in processor_init()
/arch/frv/kernel/
Dgdb-stub.c248 int loop = 0; in gdbstub_strcpy() local
249 while ((dst[loop] = src[loop])) in gdbstub_strcpy()
250 loop++; in gdbstub_strcpy()
847 int bkpt, loop, xloop; in gdbstub_set_breakpoint() local
870 for (loop = 0; loop < len/4; loop++) in gdbstub_set_breakpoint()
871 if (!gdbstub_read_dword(&((uint32_t *) addr)[loop], in gdbstub_set_breakpoint()
872 &gdbstub_bkpts[bkpt].originsns[loop])) in gdbstub_set_breakpoint()
875 for (loop = 0; loop < len/4; loop++) in gdbstub_set_breakpoint()
876 if (!gdbstub_write_dword(&((uint32_t *) addr)[loop], in gdbstub_set_breakpoint()
880 for (xloop = 0; xloop < loop; xloop++) in gdbstub_set_breakpoint()
[all …]
Dtraps.c508 int loop; in show_regs() local
517 for (loop = 0; loop < NR_PT_REGS; loop++) { in show_regs()
518 printk("%s %08lx", regnames[loop + 0], reg[loop + 0]); in show_regs()
520 if (loop == NR_PT_REGS - 1 || loop % 5 == 4) in show_regs()
557 int loop; in show_backtrace_regs() local
565 for (loop = 0; loop < NR_PT_REGS; loop++) { in show_backtrace_regs()
566 printk("%s %08lx", regnames[loop + 0], reg[loop + 0]); in show_backtrace_regs()
568 if (loop == NR_PT_REGS - 1 || loop % 5 == 4) in show_backtrace_regs()
/arch/mn10300/mm/
Dinit.c52 int loop; in paging_init() local
61 for (loop = VMALLOC_START / (PAGE_SIZE * PTRS_PER_PTE); in paging_init()
62 loop < VMALLOC_END / (PAGE_SIZE * PTRS_PER_PTE); in paging_init()
63 loop++ in paging_init()
65 set_pgd(swapper_pg_dir + loop, __pgd(__pa(ppte) | _PAGE_TABLE)); in paging_init()
/arch/frv/mm/
Dinit.c120 unsigned long loop, pfn; in mem_init() local
129 for (loop = 0 ; loop < npages ; loop++) in mem_init()
130 if (PageReserved(&mem_map[loop])) in mem_init()
Dpgalloc.c51 int loop; in __set_pmd() local
59 for (loop = PME_SIZE; loop > 0; loop -= 4) { in __set_pmd()
/arch/xtensa/include/asm/
Dasmmacro.h52 loop \at, 99f
75 loop\cond \at, 99f
111 loop \at, 99f
125 loop \as, 99f
/arch/mn10300/kernel/
Dgdb-stub.c224 int loop = 0; in gdbstub_strcpy() local
225 while ((dst[loop] = src[loop])) in gdbstub_strcpy()
226 loop++; in gdbstub_strcpy()
1084 int bkpt, loop, xloop; in gdbstub_set_breakpoint() local
1098 for (loop = 0; loop < len; loop++) in gdbstub_set_breakpoint()
1099 if (gdbstub_read_byte(&addr[loop], in gdbstub_set_breakpoint()
1100 &gdbstub_bkpts[bkpt].origbytes[loop] in gdbstub_set_breakpoint()
1107 for (loop = 0; loop < len; loop++) in gdbstub_set_breakpoint()
1108 if (gdbstub_write_byte(0xF7, &addr[loop]) < 0) in gdbstub_set_breakpoint()
1111 for (loop = 0; loop < len; loop++) in gdbstub_set_breakpoint()
[all …]
/arch/sh/lib64/
Dstrlen.S23 pta/l loop, tr0
24 loop: label
/arch/alpha/lib/
Dev67-strcat.S43 $loop: ldq $1, 8($16) # L :
46 beq $2, $loop # U :
Dev67-strlen.S38 $loop: ldq $1, 8($0) # L :
41 beq $2, $loop # U :
Dstrcat.S29 $loop: ldq $1, 8($16)
32 beq $2, $loop
Dstrlen.S32 loop: ldq $1, 8($0) label
36 beq $2, loop
Dev6-clear_user.S98 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)
152 subq $1, 16, $4 # .. .. E .. : Forward calculation - repeat the loop?
164 subq $0, 168, $5 # E : U L L U : two trips through the loop left?
210 # so we will use $0 as the loop counter
Dclear_user.S45 $loop:
88 beq $4, $loop # .. e1 :
99 br $loop # e1 :
Dstrncat.S35 $loop: ldq $1, 8($16)
38 beq $2, $loop
Dmemset.S75 loop: label
79 bne $3,loop /* .. E1 */
Dev67-strncat.S49 $loop: ldq $1, 8($16) # L :
52 beq $2, $loop # U :
/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/cris/arch-v10/lib/
Dcsumcpfruser.S32 ;; Here from the movem loop; restore stack.
38 ;; Here from the word loop; r12 is off by 2; add it back.
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
Dchecksumcopy.S27 ;; need to save the registers we use below in the movem loop
37 subq 10*4, $r12 ; update length for the first loop
65 ;; fold the carry into the checksum, to avoid having to loop the carry
75 addq 10*4,$r12 ; compensate for last loop underflowing length
/arch/x86/kernel/
Dapb_timer.c387 u32 loop, shift; in apbt_quick_calibrate() local
403 loop = (apbt_freq / 1000) << 4; in apbt_quick_calibrate()
409 old += loop; in apbt_quick_calibrate()
420 if (unlikely(loop >> shift == 0)) { in apbt_quick_calibrate()
425 scale = (int)div_u64((t2 - t1), loop >> shift); in apbt_quick_calibrate()
/arch/cris/arch-v32/lib/
Dcsumcpfruser.S32 ;; Here from the movem loop; restore stack.
38 ;; Here from the word loop; r12 is off by 2; add it back.

12345