Lines Matching refs:l
96 move.l #(CONFIG_SYS_MBAR + 1), %d0
99 move.l #(CONFIG_SYS_INIT_RAM_ADDR + 1), %d0
103 move.l #CF_CACR_CINVA, %d0
105 move.l #0, %d0
114 move.l #CONFIG_SYS_FLASH_BASE, %d0
119 move.l #0, %d0
120 move.l #(ICACHE_STATUS), %a1 /* icache */
121 move.l #(DCACHE_STATUS), %a2 /* dcache */
122 move.l %d0, (%a1)
123 move.l %d0, (%a2)
126 move.l #__got_start, %a5
129 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_SIZE), %sp
135 move.l %sp, -(%sp)
139 move.l %d0, %sp
140 move.l %sp, %fp
143 move.l %d0, -(%sp)
150 clr.l %sp@-
167 move.l 8(%a6), %sp /* set new stack pointer */
168 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */
169 move.l 16(%a6), %a0 /* Save copy of Destination Address */
171 move.l #CONFIG_SYS_MONITOR_BASE, %a1
172 move.l #__init_end, %a2
173 move.l %a0, %a3
176 move.l (%a1)+, (%a3)+
177 cmp.l %a1,%a2
184 move.l %a0, %a1
185 add.l #(in_ram - CONFIG_SYS_MONITOR_BASE), %a1
194 move.l %a0, %a1
195 add.l #(_sbss - CONFIG_SYS_MONITOR_BASE), %a1
196 move.l %a0, %d1
197 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE), %d1
199 clr.l (%a1)+
200 cmp.l %a1,%d1
206 move.l %a0, %a1
207 add.l #(__got_start - CONFIG_SYS_MONITOR_BASE), %a1
210 move.l %a1,%a5
212 move.l %a0, %a2
213 add.l #(__got_end - CONFIG_SYS_MONITOR_BASE), %a2
216 move.l (%a1),%d1
217 sub.l #_start, %d1
218 add.l %a0,%d1
219 move.l %d1,(%a1)+
220 cmp.l %a2, %a1
224 move.l %a0, %a1
225 add.l #(board_init_r - CONFIG_SYS_MONITOR_BASE), %a1
228 move.l %a0,-(%sp) /* dest_addr */
229 move.l %d0,-(%sp) /* gd */