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
165 adrp x20, EXT(const_boot_args)@page
166 add x20, x20, EXT(const_boot_args)@pageoff
171 adrp x2, EXT(resume_idle_cpu)@page
172 add x2, x2, EXT(resume_idle_cpu)@pageoff
175 adrp x2, EXT(start_cpu)@page
176 add x2, x2, EXT(start_cpu)@pageoff
182 bl EXT(set_bp_ret)
199 .global EXT(LowResetVectorEnd)
201 .global EXT(SleepToken)
209 .globl EXT(ResetHandlerData)
221 .globl EXT(_start)
223 b EXT(start_first_cpu)
233 .global EXT(LowExceptionVectorBase)
278 .globl EXT(bootstrap_instructions)
283 .globl EXT(resume_idle_cpu)
285 adrp lr, EXT(arm_init_idle_cpu)@page
286 add lr, lr, EXT(arm_init_idle_cpu)@pageoff
290 .globl EXT(start_cpu)
292 adrp lr, EXT(arm_init_cpu)@page
293 add lr, lr, EXT(arm_init_cpu)@pageoff
301 adrp x0, EXT(LowExceptionVectorBase)@page
302 add x0, x0, EXT(LowExceptionVectorBase)@pageoff
313 adrp x25, EXT(bootstrap_pagetables)@page // Get the start of the page tables
332 bl EXT(pinst_spsel_1)
456 .globl EXT(start_first_cpu)
467 adrp x0, EXT(LowExceptionVectorBase)@page
468 add x0, x0, EXT(LowExceptionVectorBase)@pageoff
476 adrp x25, EXT(bootstrap_pagetables)@page // Get the start of the page tables
486 adrp x0, EXT(excepstack_top)@page // Load top of exception stack
487 add x0, x0, EXT(excepstack_top)@pageoff
493 bl EXT(pinst_spsel_1)
501 adrp x0, EXT(intstack_top)@page // Load top of irq stack
502 add x0, x0, EXT(intstack_top)@pageoff
509 adrp lr, EXT(arm_init)@page
510 add lr, lr, EXT(arm_init)@pageoff
551 adrp x0, EXT(_mh_execute_header)@page // address of kernel mach header
552 add x0, x0, EXT(_mh_execute_header)@pageoff
638 bl EXT(set_nex_pg)
643 adrp x0, EXT(sysreg_restore)@page // Load TCR value from the system register restore structure
644 add x0, x0, EXT(sysreg_restore)@pageoff
659 bl EXT(set_mmu_ttb)
716 adrp x0, EXT(cpu_ttep)@page
717 add x0, x0, EXT(cpu_ttep)@pageoff
732 adrp x0, EXT(ExceptionVectorsBase)@page // Load exception vectors base address
733 add x0, x0, EXT(ExceptionVectorsBase)@pageoff
802 bl EXT(kasan_bootstrap)
861 bl EXT(phystokv)