Lines Matching +full:bl +full:- +full:code +full:- +full:offset
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
18 #include "efi-header.S"
23 .word MZ_MAGIC /* "MZ", MS-DOS header */
27 .quad PHYS_LINK_KADDR /* Kernel image load offset from start of RAM */
30 .long pe_header - _head /* Offset to the PE header */
60 la.pcrel t1, __bss_stop - LONGSIZE
85 PTR_LI sp, (_THREAD_SIZE - PT_SIZE)
91 bl relocate_kernel
95 PTR_LI sp, (_THREAD_SIZE - PT_SIZE)
108 bl kasan_early_init
111 bl start_kernel
119 * SMP slave cpus entry point. Board specific code for bootstrap calls this
144 bl start_secondary