Lines Matching refs:a1
127 move.l #(ICACHE_STATUS), %a1 /* icache */
129 move.l %d0, (%a1)
143 move.l #board_init_f_alloc_reserve, %a1
144 jsr (%a1)
152 move.l #board_init_f_init_reserve, %a1
153 jsr (%a1)
156 move.l #cpu_init_f, %a1
157 jsr (%a1)
161 move.l #board_init_f, %a1
162 jsr (%a1)
187 move.l #CONFIG_SYS_MONITOR_BASE, %a1
193 move.l (%a1)+, (%a3)+
194 cmp.l %a1,%a2
201 move.l %a0, %a1
202 add.l #(in_ram - CONFIG_SYS_MONITOR_BASE), %a1
203 jmp (%a1)
211 move.l %a0, %a1
212 add.l #(_sbss - CONFIG_SYS_MONITOR_BASE),%a1
216 clr.l (%a1)+
217 cmp.l %a1,%d1
223 move.l %a0, %a1
224 add.l #(__got_start - CONFIG_SYS_MONITOR_BASE),%a1
225 move.l %a1,%a5 /* fix got pointer register a5 */
231 move.l (%a1),%d1
234 move.l %d1,(%a1)+
235 cmp.l %a2, %a1
239 move.l %a0, %a1
240 add.l #(board_init_r - CONFIG_SYS_MONITOR_BASE), %a1
245 jsr (%a1)