Lines Matching refs:a1
112 move.l #(ICACHE_STATUS), %a1 /* icache */
114 move.l %d0, (%a1)
128 move.l #board_init_f_alloc_reserve, %a1
129 jsr (%a1)
137 move.l #board_init_f_init_reserve, %a1
138 jsr (%a1)
141 move.l #cpu_init_f, %a1
142 jsr (%a1)
146 move.l #board_init_f, %a1
147 jsr (%a1)
172 move.l #CONFIG_SYS_MONITOR_BASE, %a1
178 move.l (%a1)+, (%a3)+
179 cmp.l %a1,%a2
186 move.l %a0, %a1
187 add.l #(in_ram - CONFIG_SYS_MONITOR_BASE), %a1
188 jmp (%a1)
196 move.l %a0, %a1
197 add.l #(_sbss - CONFIG_SYS_MONITOR_BASE),%a1
201 clr.l (%a1)+
202 cmp.l %a1,%d1
208 move.l %a0, %a1
209 add.l #(__got_start - CONFIG_SYS_MONITOR_BASE),%a1
210 move.l %a1,%a5 /* * fix got pointer register a5 */
216 move.l (%a1),%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
230 jsr (%a1)