Lines Matching +full:pass +full:- +full:through
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2000-2003 Russell King.
7 * "Header" file for splitting kernel + initrd. Note that we pass
8 * r0 through to r3 straight through.
20 _start: add lr, pc, #-0x8 @ lr = current load addr
22 ldmia r13!, {r4-r6} @ r5 = dest, r6 = length
27 * Setup the initrd parameters to pass to the kernel. This can only be
30 ldmia r13, {r5-r9} @ get size and addr of initrd
63 move: ldmia r4!, {r7 - r10} @ move 32-bytes at a time
64 stmia r5!, {r7 - r10}
65 ldmia r4!, {r7 - r10}
66 stmia r5!, {r7 - r10}
71 .size _start, . - _start
85 .size data, . - data