Searched refs:get_sp (Results 1 – 10 of 10) sorted by relevance
| /u-boot/arch/m68k/lib/ |
| A D | bootm.c | 30 static ulong get_sp (void); 35 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 1024); in arch_lmb_reserve() 92 static ulong get_sp (void) in get_sp() function
|
| /u-boot/arch/arm/lib/ |
| A D | stack.c | 38 static ulong get_sp(void) in get_sp() function 48 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 16384); in arch_lmb_reserve()
|
| /u-boot/arch/nios2/lib/ |
| A D | bootm.c | 67 static ulong get_sp(void) in get_sp() function 77 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
|
| /u-boot/arch/microblaze/lib/ |
| A D | bootm.c | 27 static ulong get_sp(void) in get_sp() function 37 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
|
| /u-boot/arch/riscv/lib/ |
| A D | bootm.c | 137 static ulong get_sp(void) in get_sp() function 147 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
|
| /u-boot/arch/sh/lib/ |
| A D | bootm.c | 103 static ulong get_sp(void) in get_sp() function 113 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
|
| /u-boot/arch/powerpc/lib/ |
| A D | bootm.c | 40 static ulong get_sp (void); 145 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve() 255 static ulong get_sp (void) in get_sp() function
|
| /u-boot/arch/xtensa/lib/ |
| A D | bootm.c | 200 static ulong get_sp(void) in get_sp() function 210 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
|
| /u-boot/arch/x86/lib/ |
| A D | bootm.c | 256 static ulong get_sp(void) in get_sp() function 271 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
|
| /u-boot/arch/arc/lib/ |
| A D | cache.c | 825 static ulong get_sp(void) in get_sp() function 835 arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096); in arch_lmb_reserve()
|
Completed in 24 milliseconds