Lines Matching refs:l
97 move.l #(CONFIG_SYS_MBAR + 1), %d0
100 move.l #(CONFIG_SYS_INIT_RAM_ADDR + 1), %d0
104 move.l #CF_CACR_CINVA, %d0
106 move.l #0, %d0
115 move.l #CONFIG_SYS_FLASH_BASE, %d0
120 move.l #0, %d0
121 move.l #(ICACHE_STATUS), %a1 /* icache */
122 move.l #(DCACHE_STATUS), %a2 /* dcache */
123 move.l %d0, (%a1)
124 move.l %d0, (%a2)
127 move.l #__got_start, %a5
130 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_SIZE), %sp
136 move.l %sp, -(%sp)
140 move.l %d0, %sp
141 move.l %sp, %fp
144 move.l %d0, -(%sp)
151 clr.l %sp@-
168 move.l 8(%a6), %sp /* set new stack pointer */
169 move.l 12(%a6), %d0 /* Save copy of Global Data pointer */
170 move.l 16(%a6), %a0 /* Save copy of Destination Address */
172 move.l #CONFIG_SYS_MONITOR_BASE, %a1
173 move.l #__init_end, %a2
174 move.l %a0, %a3
177 move.l (%a1)+, (%a3)+
178 cmp.l %a1,%a2
185 move.l %a0, %a1
186 add.l #(in_ram - CONFIG_SYS_MONITOR_BASE), %a1
195 move.l %a0, %a1
196 add.l #(_sbss - CONFIG_SYS_MONITOR_BASE), %a1
197 move.l %a0, %d1
198 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE), %d1
200 clr.l (%a1)+
201 cmp.l %a1,%d1
207 move.l %a0, %a1
208 add.l #(__got_start - CONFIG_SYS_MONITOR_BASE), %a1
211 move.l %a1,%a5
213 move.l %a0, %a2
214 add.l #(__got_end - CONFIG_SYS_MONITOR_BASE), %a2
217 move.l (%a1),%d1
218 sub.l #_start, %d1
219 add.l %a0,%d1
220 move.l %d1,(%a1)+
221 cmp.l %a2, %a1
225 move.l %a0, %a1
226 add.l #(board_init_r - CONFIG_SYS_MONITOR_BASE), %a1
229 move.l %a0,-(%sp) /* dest_addr */
230 move.l %d0,-(%sp) /* gd */