Lines Matching refs:ldr
72 ldr x0, =(CONFIG_TPL_STACK)
74 ldr x0, =(CONFIG_SPL_STACK)
84 ldr x0, =(CONFIG_SYS_INIT_SP_ADDR)
103 ldr x0, [x18, #GD_START_ADDR_SP] /* x0 <- gd->start_addr_sp */
105 ldr x18, [x18, #GD_NEW_GD] /* x18 <- gd->new_gd */
112 ldr x9, _TEXT_BASE /* x9 <- Linked value of _start */
117 ldr x9, [x18, #GD_RELOC_OFF] /* x9 <- gd->reloc_off */
119 ldr x0, [x18, #GD_RELOCADDR] /* x0 <- gd->relocaddr */
149 ldr x0, =__bss_start /* this is auto-relocated! */
150 ldr x1, =__bss_end /* this is auto-relocated! */
158 ldr x1, [x18, #GD_RELOCADDR] /* dest_addr */