Lines Matching refs:a0
224 movel #_vstart,%a0 /* jump to "virtual" space */
225 jmp %a0@
233 lea __bss_start,%a0 /* get start of bss */
235 movel %a0,%a2 /* copy of bss start */
237 movel 8(%a0),%d0 /* get size of ROMFS */
241 addl %d0,%a0 /* copy from end */
246 movel -(%a0),%d0 /* copy dword */
248 cmpl %a0,%a2 /* check if at end */
260 lea __bss_start,%a0 /* get start of bss */
264 movel %d0,(%a0)+ /* clear each word */
265 cmpl %a0,%a1 /* check if at end */
271 lea init_thread_union,%a0
272 lea THREAD_SIZE(%a0),%sp