Lines Matching refs:EXT

48 	bl		EXT(pinst_set_vbar)
59 bl EXT(pinst_set_tcr)
69 bl EXT(pinst_set_ttbr1)
81 bl EXT(pinst_spsel_1)
83 bl EXT(pinst_set_sctlr)
103 .globl EXT(LowResetVectorBase)
113 b EXT(reset_vector)
126 .globl EXT(reset_vector)
135 adrp x0, EXT(LowExceptionVectorBase)@page
136 add x0, x0, EXT(LowExceptionVectorBase)@pageoff
143 adrp x19, EXT(ResetHandlerData)@page // Get address of the reset handler data
144 add x19, x19, EXT(ResetHandlerData)@pageoff
167 adrp x20, EXT(const_boot_args)@page
168 add x20, x20, EXT(const_boot_args)@pageoff
173 adrp x2, EXT(resume_idle_cpu)@page
174 add x2, x2, EXT(resume_idle_cpu)@pageoff
177 adrp x2, EXT(start_cpu)@page
178 add x2, x2, EXT(start_cpu)@pageoff
184 bl EXT(set_bp_ret)
201 .global EXT(LowResetVectorEnd)
203 .global EXT(SleepToken)
211 .globl EXT(ResetHandlerData)
223 .globl EXT(_start)
225 b EXT(start_first_cpu)
235 .global EXT(LowExceptionVectorBase)
280 .globl EXT(bootstrap_instructions)
285 .globl EXT(resume_idle_cpu)
287 adrp lr, EXT(arm_init_idle_cpu)@page
288 add lr, lr, EXT(arm_init_idle_cpu)@pageoff
292 .globl EXT(start_cpu)
294 adrp lr, EXT(arm_init_cpu)@page
295 add lr, lr, EXT(arm_init_cpu)@pageoff
303 adrp x0, EXT(LowExceptionVectorBase)@page
304 add x0, x0, EXT(LowExceptionVectorBase)@pageoff
315 adrp x25, EXT(bootstrap_pagetables)@page // Get the start of the page tables
334 bl EXT(pinst_spsel_1)
458 .globl EXT(start_first_cpu)
469 adrp x0, EXT(LowExceptionVectorBase)@page
470 add x0, x0, EXT(LowExceptionVectorBase)@pageoff
478 adrp x25, EXT(bootstrap_pagetables)@page // Get the start of the page tables
488 adrp x0, EXT(excepstack_top)@page // Load top of exception stack
489 add x0, x0, EXT(excepstack_top)@pageoff
495 bl EXT(pinst_spsel_1)
503 adrp x0, EXT(intstack_top)@page // Load top of irq stack
504 add x0, x0, EXT(intstack_top)@pageoff
511 adrp lr, EXT(arm_init)@page
512 add lr, lr, EXT(arm_init)@pageoff
553 adrp x0, EXT(_mh_execute_header)@page // address of kernel mach header
554 add x0, x0, EXT(_mh_execute_header)@pageoff
640 bl EXT(set_nex_pg)
645 adrp x0, EXT(sysreg_restore)@page // Load TCR value from the system register restore structure
646 add x0, x0, EXT(sysreg_restore)@pageoff
661 bl EXT(set_mmu_ttb)
725 adrp x0, EXT(cpu_ttep)@page
726 add x0, x0, EXT(cpu_ttep)@pageoff
741 adrp x0, EXT(ExceptionVectorsBase)@page // Load exception vectors base address
742 add x0, x0, EXT(ExceptionVectorsBase)@pageoff
812 bl EXT(kasan_bootstrap)
871 bl EXT(phystokv)