/arch/mn10300/proc-mn2ws0050/ |
D | proc-init.c | 35 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/ |
D | proc-init.c | 21 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/ |
D | gdb-stub.c | 248 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 …]
|
D | traps.c | 508 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/ |
D | init.c | 52 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/ |
D | init.c | 120 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()
|
D | pgalloc.c | 51 int loop; in __set_pmd() local 59 for (loop = PME_SIZE; loop > 0; loop -= 4) { in __set_pmd()
|
/arch/xtensa/include/asm/ |
D | asmmacro.h | 52 loop \at, 99f 75 loop\cond \at, 99f 111 loop \at, 99f 125 loop \as, 99f
|
/arch/mn10300/kernel/ |
D | gdb-stub.c | 224 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/ |
D | strlen.S | 23 pta/l loop, tr0 24 loop: label
|
/arch/alpha/lib/ |
D | ev67-strcat.S | 43 $loop: ldq $1, 8($16) # L : 46 beq $2, $loop # U :
|
D | ev67-strlen.S | 38 $loop: ldq $1, 8($0) # L : 41 beq $2, $loop # U :
|
D | strcat.S | 29 $loop: ldq $1, 8($16) 32 beq $2, $loop
|
D | strlen.S | 32 loop: ldq $1, 8($0) label 36 beq $2, loop
|
D | ev6-clear_user.S | 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) 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
|
D | clear_user.S | 45 $loop: 88 beq $4, $loop # .. e1 : 99 br $loop # e1 :
|
D | strncat.S | 35 $loop: ldq $1, 8($16) 38 beq $2, $loop
|
D | memset.S | 75 loop: label 79 bne $3,loop /* .. E1 */
|
D | ev67-strncat.S | 49 $loop: ldq $1, 8($16) # L : 52 beq $2, $loop # U :
|
/arch/m68k/fpsp040/ |
D | binstr.S | 25 | 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/ |
D | csumcpfruser.S | 32 ;; Here from the movem loop; restore stack. 38 ;; Here from the word loop; r12 is off by 2; add it back.
|
D | checksum.S | 23 ;; 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
|
D | checksumcopy.S | 27 ;; 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/ |
D | apb_timer.c | 387 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/ |
D | csumcpfruser.S | 32 ;; Here from the movem loop; restore stack. 38 ;; Here from the word loop; r12 is off by 2; add it back.
|