1 #include <asm/aa64_msrs.h>
13 We follow Linux-arm64 boot protocol
25 bl aarch64_pre_el1_init
27 bl aarch64_prepare_el1_transfer
30 /* transfer to EL1 if we are currently not in */
32 msr SP_EL1, x0 /* EL1 stack */
35 msr elr, x0 /* PC to resume at EL1, elr aliased to ELR_ELx */
43 // x0: ptr to boot_handoff
44 adr x4, kernel_bootstrap