Lines Matching +full:bl +full:- +full:code +full:- +full:offset
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * linux/arch/arm/kernel/head-common.S
5 * Copyright (C) 1994-2002 Russell King
18 #define OF_DT_MAGIC 0xedfe0dd0 /* 0xd00dfeed in big-endian */
68 * The following fragment of code is executed with the MMU on in MMU mode,
71 * r0 = cp#15 control register (exc_ret for M-class)
90 bl __inflate_kernel_data @ decompress .data to RAM
98 bl __memcpy @ copy .data to RAM
106 bl __memset @ clear .bss
118 bl kasan_early_init
149 .size __mmap_switched_data, . - __mmap_switched_data
155 * This provides a C-API version of __lookup_processor_type
158 stmfd sp!, {r4 - r6, r9, lr}
160 bl __lookup_processor_type
162 ldmfd sp!, {r4 - r6, r9, pc}
166 * Read processor ID register (CP#15, CR0), and look up in the linker-built
170 * calculate the offset.
199 bl printascii
211 bl printascii
213 bl printhex8
215 bl printascii
226 * Turn the screen red on a error - RiscPC only.