| /u-boot/include/ |
| A D | init.h | 321 void relocate_code(ulong addr_moni); 323 void relocate_code(ulong start_addr_sp, struct global_data *new_gd,
|
| /u-boot/arch/arm/lib/ |
| A D | relocate_64.S | 22 ENTRY(relocate_code) 96 ENDPROC(relocate_code)
|
| A D | relocate.S | 80 ENTRY(relocate_code) 131 ENDPROC(relocate_code)
|
| A D | crt0.S | 139 b relocate_code
|
| A D | crt0_64.S | 120 b relocate_code
|
| /u-boot/arch/sh/lib/ |
| A D | board.c | 20 void relocate_code(ulong start_addr_sp, gd_t *new_gd, ulong relocaddr) in relocate_code() function
|
| /u-boot/board/Arcturus/ucp1020/ |
| A D | spl_minimal.c | 46 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
| A D | spl.c | 74 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
| /u-boot/board/freescale/p1010rdb/ |
| A D | spl_minimal.c | 44 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
| A D | spl.c | 60 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
| /u-boot/board/freescale/p1_p2_rdb_pc/ |
| A D | spl_minimal.c | 42 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
| A D | spl.c | 66 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
| /u-boot/arch/microblaze/cpu/ |
| A D | start.S | 258 .global relocate_code 259 .ent relocate_code 261 relocate_code: label 327 .end relocate_code
|
| /u-boot/board/freescale/t4rdb/ |
| A D | spl.c | 69 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
| /u-boot/arch/nios2/cpu/ |
| A D | start.S | 155 .global relocate_code 157 relocate_code: label
|
| /u-boot/board/freescale/t208xrdb/ |
| A D | spl.c | 66 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
| /u-boot/arch/mips/lib/ |
| A D | reloc.c | 111 void relocate_code(ulong start_addr_sp, gd_t *new_gd, ulong relocaddr) in relocate_code() function
|
| /u-boot/board/freescale/t208xqds/ |
| A D | spl.c | 96 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
| /u-boot/board/freescale/t104xrdb/ |
| A D | spl.c | 88 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
| /u-boot/board/freescale/mpc8313erdb/ |
| A D | mpc8313erdb.c | 141 relocate_code(CONFIG_SYS_NAND_U_BOOT_RELOC_SP, (gd_t *)gd, in board_init_f()
|
| /u-boot/board/freescale/t102xrdb/ |
| A D | spl.c | 97 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
| /u-boot/arch/m68k/cpu/mcf523x/ |
| A D | start.S | 163 .globl relocate_code 164 relocate_code: label
|
| /u-boot/arch/m68k/cpu/mcf530x/ |
| A D | start.S | 164 .globl relocate_code 165 relocate_code: label
|
| /u-boot/arch/m68k/cpu/mcf547x_8x/ |
| A D | start.S | 168 .globl relocate_code 169 relocate_code: label
|
| /u-boot/arch/m68k/cpu/mcf532x/ |
| A D | start.S | 178 .globl relocate_code 179 relocate_code: label
|