/external/u-boot/arch/arm/lib/ |
D | relocate_64.S | 22 ENTRY(relocate_code) 90 ENDPROC(relocate_code)
|
D | relocate.S | 79 ENTRY(relocate_code) 130 ENDPROC(relocate_code)
|
/external/u-boot/arch/microblaze/cpu/ |
D | start.S | 222 .global relocate_code symbol 223 .ent relocate_code 225 relocate_code: label 320 .end relocate_code
|
/external/u-boot/arch/nios2/cpu/ |
D | start.S | 155 .global relocate_code symbol 157 relocate_code: label
|
/external/u-boot/arch/sh/lib/ |
D | board.c | 18 void relocate_code(ulong start_addr_sp, gd_t *new_gd, ulong relocaddr) in relocate_code() function
|
/external/u-boot/board/freescale/p1_p2_rdb_pc/ |
D | spl_minimal.c | 41 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
D | spl.c | 62 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
/external/u-boot/board/freescale/p1010rdb/ |
D | spl_minimal.c | 43 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
D | spl.c | 56 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
/external/u-boot/board/freescale/c29xpcie/ |
D | spl_minimal.c | 41 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
D | spl.c | 40 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
/external/u-boot/board/Arcturus/ucp1020/ |
D | spl_minimal.c | 45 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
D | spl.c | 70 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
/external/u-boot/board/freescale/p1022ds/ |
D | spl_minimal.c | 48 relocate_code(CONFIG_SPL_RELOC_STACK, 0, in board_init_f()
|
D | spl.c | 70 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
/external/u-boot/include/ |
D | common.h | 312 void relocate_code(ulong); 314 void relocate_code(ulong, gd_t *, ulong) __attribute__ ((noreturn));
|
/external/u-boot/board/freescale/t4rdb/ |
D | spl.c | 66 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
/external/u-boot/arch/mips/lib/ |
D | reloc.c | 107 void relocate_code(ulong start_addr_sp, gd_t *new_gd, ulong relocaddr) in relocate_code() function
|
/external/u-boot/board/freescale/b4860qds/ |
D | spl.c | 77 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
/external/u-boot/board/freescale/t208xrdb/ |
D | spl.c | 63 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
/external/u-boot/arch/m68k/cpu/mcf547x_8x/ |
D | start.S | 166 .globl relocate_code symbol 167 relocate_code: label
|
/external/u-boot/arch/m68k/cpu/mcf530x/ |
D | start.S | 164 .globl relocate_code symbol 165 relocate_code: label
|
/external/u-boot/arch/m68k/cpu/mcf523x/ |
D | start.S | 163 .globl relocate_code symbol 164 relocate_code: label
|
/external/u-boot/board/freescale/t104xrdb/ |
D | spl.c | 85 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|
/external/u-boot/board/freescale/t208xqds/ |
D | spl.c | 93 relocate_code(CONFIG_SPL_RELOC_STACK, (gd_t *)CONFIG_SPL_GD_ADDR, 0x0); in board_init_f()
|