Lines Matching refs:a0
179 moveal #_etext, %a0
183 movel %a0@+, %a1@+
206 lea __bss_start, %a0 /* get start of bss */
208 movel %a0, %a2 /* copy of bss start */
210 movel 8(%a0), %d0 /* get size of ROMFS */
214 addl %d0, %a0 /* copy from end */
218 movel -(%a0), -(%a1) /* copy dword */
219 cmpl %a0, %a2 /* check if at end */
226 lea __bss_start, %a0 /* get start of bss */
229 movel #0, (%a0)+ /* clear each word */
230 cmpl %a0, %a1 /* check if at end */
236 lea init_thread_union,%a0
237 lea THREAD_SIZE(%a0),%sp